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
Why destructor is not used in java?
Name and explain the types of ways which are used to pass arguments in any function in java.
What happens if I remove static from main method?
Is an empty arraylist null?
Explain the available thread states in a high-level?
What is the use of coding?
Why main method is static in java?
Why are constructors used?
How do you create a method in java?
What is the difference between the paint() and repaint() methods?
What is function overriding and overloading in java?
What is package protected in java?
What are the drawbacks of reflection?
Write a program in java to calculate the difference between the sum of the odd level and even level nodes of a binary tree.
Difference between object and reference?