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 the difference between class forname and new?
What is a flag value?
Explain java thread life cycle.
What is return type in java?
How to set the permissions to a file in java?
What are different types of states exist for a thread?
What are the advantages of user defined functions?
What is the meaning of 3 dots in java?
What is scanner in java?
What are the differences between forwarding () method and sendredirect() methods?
What are the differences between processes and threads?
What are streams in java 8?
Is string pool garbage collected?
Is array a class in java?
Why do we use variables?