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
what is the difference between preemptive scheduling and time slicing? : Java thread
What is a lightweight component?
Detail discussions on JVM, memory management and garbage collector.
why would you use a synchronized block vs. Synchronized method? : Java thread
Is a case study a method or methodology?
Can you declare a private method as static?
Where is singleton pattern used?
What is the purpose of sizeof operator?
What does yield method of the thread class do?
What is loop in java?
Difference between keyword and identifier.
what is singleton class in java?
What is an enumeration?
Difference between predicate, supplier and consumer ?
What is the use of string and stringbuffer?