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??
1497int 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!
1789Post New Advanced Java Questions
What are the types of scaling?
How are commas used in the intialization and iteration parts of a for statement?
which book is better for jdbc ,servlets and jsp
If I wanted to use a solarisui for just a jtabbedpane, and the metal ui for everything else, how would I do that?
Difference between swing and awt?
What is prototype?
What are callback interfaces?
What is the diffrence between a local-tx-datasource and a xa-datasource?
What is abstract schema?
Will the general public have access to the infobus apis?
Difference between loadclass and class.forname?
Why do threads block on i/o?
What is JTS?
What do you need to set-up a cluster with jboss?
What are the design considerations while making a choice between using interface and abstract class?