when A client sent a request to the server to open facebook page and close the browser after this request .at that time the same user do login by using a different browser then that session id will exist or not for the same client??
1491int x=5,i=1,y=0; while(i<=5) { y=x++ + ++x; i=i+2; } System.out.println(x); System.out.println(y); System.out.println(i); How to solve this? Please explain!
1778Post New Advanced Java Questions
Describe, in general, how java's garbage collector works?
How to implement RMI in Java?
What is permgen or permanent generation?
What is scalable, portability in the view of J2EE?
Can you control when passivation occurs?
What is the difference between static and non-static with examples?
what is handle?
A user of a web application sees a jsessionid argument in the URL whenever a resource is accessed. What does this mean? a. The form must have the field jsessionid b. URL rewriting is used as the session method c. Cookies are used for managing sessions
What is colon_pkg_prefixes and what is its use?
Why a component architecture for the java platform?
What are the pros and cons of detached objects?
wahts is mean by dynavalidatorform in struts/
Explain the different types of memory used by jvm?
Can we sent objects using Sockets?
which type of objects reference will be given to client?