Sunil Kumar Jakkaraju

Greenhorn
+ Follow
since Oct 06, 2006
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Sunil Kumar Jakkaraju

We recently had project management training for lead developers in our team and I learnt one thing from that, "Managing projects is not easy" and it becomes more difficult with team members who don't understand PM. Project Managers are the first to take the crap from customers. They exists not just to execute projects and shield his/her team from politics but also to provide useful statistics about the project for further improvement to the organizational process.
There are some bad managers because they feel insecure and don't understand their job description properly.
14 years ago
India has just started mother of all projects.
With Indian Government appointing Nandan Nilekani as chief of Unique Identification Card (Id for each of billion Indian citizens) project, it is estimated to create around 100000 new IT jobs.
14 years ago
NCR = National Capital Region (Delhi, Noida, Gurgoan, etc)
16 years ago
Thanks Bear,

I might not have framed my question properly.

What I need to accomplish is to submit a request to another web server from a JSP page.

Initially, at the time when the JSP page is rendered, it gets an ArrayList object. This object has to be passed while requesting to another web server. This object can be retained in the page by setting it to session. But it is not enough when this object needs to be passed to different web application running in different web server.

A URL http://anotherwebserver ortno/anotherwebapp/SomeServlet is called from a javascript submit. This servlet does some background processing using the ArrayList object.


How can this be done?
[ December 09, 2006: Message edited by: Sunil Kumar Jakkaraju ]
17 years ago
I have an ArrayList object in a JSP page. I would like to pass it to another JSP page that is being served on another web app server.

I cannot set the object on the session object.

I'm submitting the form using JavaScript.

How do I do it?
17 years ago
Congrats Prashant

17 years ago
Hi Atul,
Congrats
17 years ago
Hi Vishal,
As Bert and Shankar mentioned, Indian edition is available.
I am using that book to prepare for the exam
Henry


The expression can't use any other variable that is not a compile time constant.



Emphasizing your point

If I initialize MAX_SIZE with a static variable like this



The output is


Size is -10



But if variable "i" is final,




The output is


Size is 990

Thanks for your answers.

Valentin,

I had a similar Question posted here. Static Variables


All your brainteasers are good.

Please look at following code




I expected output to be .

Size is 990


But the output is .

Size is -10



If you uncomment
and comment


I get the output as

Size is 990



One more observation, If statement is the first statement then also the output is

Size is 990



What is the reason for this behavior?
[ November 09, 2006: Message edited by: Sunil Kumar Jakkaraju ]
I don't know about other companies in PLM, The companies you mentioned have their hand in other domains aswell (like ERP, Healthcare).. But PLM may not be their main area.

TCS has long history of PLM with its Engineering Services division in Hyderabad.

EDS had acquired SDRC and UGS some years back and merged it as one company UGS, which is global leader in PLM
[ November 02, 2006: Message edited by: Sunil Kumar Jakkaraju ]
17 years ago