What is Session and cookies?Explain in detail with an
example?
Answer Posted / manikandan [ gtec,vellore ].
Session,Keeps a track of a User activities across the web pages.
Cookies,it is a small text file creates by a application
server and stored in a client environment.it stores a client
id and cookies can b read by appropriate application server
| Is This Answer Correct ? | 12 Yes | 1 No |
Post New Answer View All Answers
What is the major difference between linkedlist and arraylist?
What will happen when using pass by reference in java?
Which browsers work with java?
How to restrict a member of a class from inheriting by its sub classes?
How many types of design patterns are there?
What are data structures in java?
What is the difference between numeric and integer?
What is the difference between method and means?
What is the map interface in java programming?
What are predicates in java 8?
What is finalize()? Is finalize() similar to a destructor?
Differentiate jar and war files?
How do you check if an arraylist is not empty?
Why we cannot override static method?
what is the volatile modifier for? : Java thread