What is Session and cookies?Explain in detail with an
example?
Answer Posted / viral koradiya
Cookie is the most important topic in servlet.
Cookies,it is a small text file creates by a application
server .
cookie stored in a client environment.it stores a client
id and cookies can b read by appropriate application server
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Which is better ascii or unicode?
How many arguments can a method have java?
Can each java object keep track of all the threads that want to exclusively access it?
Explain the difference between arraylist and linkedlist in java?
What do you know about the garbage collector in java?
Which is better arraylist or vector?
take an array with -ve and +ve value both.find out the nearest value of 0(zero).if two values are same like(-2 and +2)then extract +2 is nearest of 0(zero).
What is treeset in java?
Why charat is used in java?
What is use of inner class in java?
What is variable explain with example?
What does the exclamation mark mean in java?
How long will it take to learn java?
What do you mean by exception handling in Java?
How to read and write image from a file ?