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 mechanism does java use for memory management?
What are daemon Threads in java?
what do you understand by the term string with respect to java?
what is j2se
What are methods?
Which sorting is used in arrays sort in java?
String and stringbuffer both represent string objects. Can we compare string and stringbuffer in java?
Is linked list a linear or non-linear data structure?
0 Answers Akamai Technologies,
Can you change array size in java?
Why do we create threads in java?
Can we use catch statement for checked exceptions?
write a code, we have two thread, one is printing even no and other print the odd no.