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
If a method is declared as protected, where may the method be accessed in java programming?
What is the access scope of a protected method?
What is substring 1 in java?
Why parameters should be passed by reference?
How listener identify that the event came from a particular object?
What is classes in java?
What is sizeof () operator?
What is thread pool in java with example?
what is the constructor and how many types of constructors are used in java?
What is the use of singleton class?
If a class is declared without any access modifiers, where may the class be accessed in java programming?
Is singleton class thread safe?
How do you write a scanner class in java?
What is a superclass?
What is difference between stringbuffer and string?