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
If we opened Windows Internet Explorer 4 times, does it starts 4 processes or 4 threads?
Where we can write Rmi registry in the code, without having to write it at the command prompt?
Why are component architectures useful?
Do I need to import javlang package any time? Why ?
How to pass parameters in RMI?
When a thread blocks on i/o?
Which are the different segments of memory?
Define aop(assepct oriented programing)?
What is the difference between ear, jar and war file?
What is the immediate superclass of the applet class?
Can I have an action without a form?
Which characters may be used as the second character of an identifier, but not as the first character of an identifier?
What is abstract schema?
What value does read() return when it has reached the end of a file?
What are the different types of exception?