Explain cookies?

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

write a program that list all permutations of ABCDEF in which A appears before B?

2015


How do you ensure that n threads can access n resources without deadlock?

816


If two threads have same priority which thread will be executed first ?

846


What is the final class modifier?

565


How to convert string to char and vice versa?

520






What is difference between adapter class and listener?

503


How many bytes is a string in java?

535


How do you remove all elements from an arraylist in java?

508


how to write a program for sending mails between client and server

1557


What is the difference between Java1.4 and Java1.5

1832


What is difference between this and super keyword?

521


What is a pointer and does java support pointers?

561


Is list thread safe in java?

494


Why wait and notify methods are declared in object class?

603


How does hashmap work in java ?

545