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??
1544int 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!
1830Post New Advanced Java Questions
What is clustering? What are the different algorithms used for clustering?
What is the relationship between local interfaces and container-managed relationships?
How are the elements of a borderlayout organized?
How to pass parameters in RMI?
Do I need to import javlang package any time? Why ?
What is the relationship between an event-listener interface and an event-adapter class?
What restrictions are placed on the values of each case of a switch statement?
Write a singleton program?
What is a modular application? What does module-relative mean?
Name three component subclasses that support painting?
What is meant by method chaining?
What are the sequence of steps to write pub or sub model kind of application?
Why use a datasource when you can directly specify a connection details? (in a J2EE application)
What is abstract schema?
Do we need to override service() method