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 a nullable field?
What is the disadvantage of synchronization?
What is the purpose of the System class?
Why object class is super class for every class in java?
Define how objects are stored in java?
What classes of exceptions may be caught by a catch clause in java programming?
Is empty .java file name a valid source file name?
What is the size of boolean variable?
What is pre increment and post increment in java?
What are the object and class classes used for?
Does java return by reference?
Which is better stringbuffer or stringbuilder?
What is string data?
What is difference between class and object in java?
How do you end a program?