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??
1388int 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!
1675Post New Advanced Java Questions
What is metaspace?
Can I run seam outside of jboss as?
What is the difference between the string and stringbuffer classes?
Why does the option tag render selected=selected instead of just selected?
what is handle?
What is abstract schema?
What is difference between object state and behavior?
What is a session? Can you share a session object between different theads?
Explain the advantages and disadvantages of detached objects.
What is the difference between the session.get() method and the session.load() method?
What is the difference between static and non-static with examples?
What restrictions are placed on the location of a package statement within a source code file?
Why use POJO when I can use hashmap
which type of objects reference will be given to client?
Write a singleton program?