What is Session and cookies?Explain in detail with an
example?
Answer Posted / ravikiran
session will keep track of user interaction of a single client
cookies are the ones which are the small server side
entities to store the client side data inside it.
Is This Answer Correct ? | 27 Yes | 8 No |
Post New Answer View All Answers
What is difference between calling start() and run() method of thread?
What is instance synchronization?
Is c better than java?
List down the methods and interfaces of collection class in java.
Is void a data type?
What is null mean in java?
What is difference between an object and a class?
Can a class declared as private be accessed outside it’s package?
Explain about automatic type conversion in java?
What do you know about the garbage collector in java?
When wait(), notify(), notifyall() methods are called does it releases the lock or holds the acquired lock?
What is numeric function?
What is the difference between stringbuffer and stringbuilder?
How do you know if a value is nan?
What is application system?