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 do you define a set in java?
What is constructor chaining in java?
Is main a function?
what is a working thread? : Java thread
Can you override static methods?
Can an integer be a string?
Can we split string with in java?
What is ph and buffers?
What is object data type?
What is prime number in java?
Explain polymorphism citing an example.
What is class level lock ?
What is module in oop?
Write a program in java to find the maximum and minimum value node from a circular linked list.
Can one thread block the other thread?