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 |
What is a singleton class in Java?
Name the types of 'priority'?
What is blank final variable?
1) There are 10 different threads in runnable state. Each having priority 1 to 10. How does the CPU schedules or executes these threads?
what is difference between perfom() & excute() ?
Explain the protected field modifier?
What string is utf8?
What does yield method of the thread class do?
What is vector?
What is lazy initialization in java?
what is servlet filter?
What is static data type in java?