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
Why is flag used in java?
What restrictions are placed on method overriding in java programming?
What is a 16 bit word?
Can an abstract class be a final class?
Tell us something about an iterator.
What do you mean by order of precedence and associativity?
Write a program to find the whether a number is an Armstrong number or not?
Which class is the superclass for all the classes?
can java object be locked down for exclusive use by a given thread? Or what happens when a thread cannot acquire a lock on an object? : Java thread
What are benefits of java?
What is jagged array in java?
What are the benefits of operations in java?
Can we serialize static variables in java?
What is meant by stack and queue?
What is the difference between static and non-static variables in java programming?