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
Can we have 2 main methods in java class?
Mention the default values of all the elements of an array defined as an instance variable.
What is finally in Java?
What are the methods to rectify ambiguities in the interfaces in JAVA?
What is default constructors?
What are methods?
What is command line argument
Name few java util classes introduced with java 8 ?
What is super in java?
What are the approaches that you will follow for making a program very efficient?
How do you compare arrays in java?
What is meant by anonymous class?
Difference between string, string builder, and string buffer?
What is the significance of listiterator?
Can a static method be overridden in java?