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 value is a variable of the string type automatically initialized?
What does a za z0 9 mean?
By what default value is an object reference declared as an instance variable?
What is a boolean output?
Does java have extension methods?
Is object a data type in java?
Is ++ operator is thread safe in java?
Accenture NJ mostly ask question on Collection like 1)How to sort Objcts and how treeset sort them 2)Explain mechanism of Hashcode finding in Java 3)Name some of the Sorted collection.
. Define Copy Constructor in Java
In the below example, what will be the output?
What is operator overloading. Is it is supported in java?
what is the difference between AWT and SWING what is the advantage of using swing?