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??
1586int 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!
1886Post New Advanced Java Questions
Write a program to show synchronization?
Describe activation process?
To what value is a variable of the string type automatically initialized?
What is clustering? What are the different algorithms used for clustering?
Explain what is orm?
Which textcomponent method is used to set a textcomponent to the read-only state?
which type of objects reference will be given to client?
What is the immediate superclass of the applet class?
What is the difference between the string and stringbuffer classes?
What is the difference between the session.update() method and the session.lock() method?
how to make a index.jsp for running the site in internet and find an error for connection with weblogic server and java that give an error invalid object name.and how to maintain session.
How primary key is implemented in Oracle?
Describe, in general, how java's garbage collector works?
Is the ternary operator written x : y ? Z or x ? Y : z ?
Can I run seam with jdk 1.4 and earlier?