Explain cookies?
Answers were Sorted based on User's Feedback
Answer / n. balasubramanian
Cookies are small file written in your system by the server
for first request, after that browser send cookies file for
every request from the client machine. This will identify
the client by the server. Cookies are one of the way for
maintaining session. cookies can be disabled by the browser
level settings.
| Is This Answer Correct ? | 42 Yes | 6 No |
Answer / ravikiran(aptech mumbai)
cookies are the clientside components which are saved on the
server side
| Is This Answer Correct ? | 22 Yes | 5 No |
Hi Friends, I am beginner in java. what i know about synchonized keyword is,If more that one 1 thread tries to access a particular resource we can lock the method using synchronized keyword. Then after that how the lock is released and how next thread access that.Please explain with example.
Describe string intern() methodology
What is java volatile?
What is the use of http-tunneling in rmi?
what are depricated methods in threads and explain the lifecycle methods
Where are global variables stored?
Similarity and difference between static block and static method ?
Explain the importance of finalize() method.
What is string syntax?
Memory management in JAVA
3 Answers Tech Mahindra, Wipro,
Can there be an abstract class with no abstract methods in it?
What is module in project?