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 deadlock? : Java thread
Can Anybody tell the diff b/w jdk1.6 and latest version.
What are the important features of Java 10 release?
what is the difference between static block and static method
How can constructor chaining be done using this keyword?
What is an accessor?
Why isn’t there operator overloading?
What is array class in java?
What is the difference between static synchronize() metod and synchronize() method?
Can we override private methods?
Does treeset use compareto?
What is the transient keyword?