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 |
How do you generate random numbers in java?
What is the difference between iterator and list iterator?
Why ArrayList class is not a synchronized class and why it is not a thread safe class? explain
How many bits are used to represent unicode, ascii, utf-16, and utf-8 characters in java programming?
What is a wrapper method?
What is the difference between panel and frame ?
7 Answers HCL, IBM, Raim Techno Solutions,
what is meant by package in java?
What is integers and example?
Difference between local and global transaction ?
How to convert string to byte array and vice versa?
What happens if an exception is throws from an object's destructor?
How many arguments can be passed to main ()?