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
How hashmap increases its size in java?
what do you understand by synchronization? Or what is synchronization and why is it important? Or describe synchronization in respect to multithreading? Or what is synchronization? : Java thread
How do you use compareto in java?
What does system out println () do?
Is null keyword in java?
If try block is successfully executed, Then Is Finally block executed?
What are the basic interfaces of java collections framework?
Explain what is encapsulation?
Can we override final method?
How can we use primitive data types as objects?
What is empty list in java?
What are the differences between throw and throws?
Why are generics used?
What is internal iteration in java se 8?
Is math an abstract class in java?