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 |
Give any two differences between C++ and java.
How does split work in java?
What is heterogeneous in java?
What are dot operator queries?
What do you mean by static variable?
what is Hashmap & Hashtable wirh example?
What is the default value of local and global variables?
Explain the private protected method modifier?
What is a bubble sort in java?
Why does abstract class have constructor?
How would overload a function based on return type?
Why do we use string?