Answer Posted / anji
The browser is expected to support 20 cookies for each Web
server, 300 cookies total, and may limit cookie size to 4
KB each.
| Is This Answer Correct ? | 8 Yes | 1 No |
Post New Answer View All Answers
Which interface must be implemented by all servlets?
Can you explain in detail 'javax.servlet' package?
Explain the methods of request dispatcher in servlet?
Which is the methods of generated servlet?
List the Different types of servlet?
How many servlet objects are created?
How to create war file?
How would you create deadlock on your servlet?
How does java thread pool work?
Why the concept of single thread model interface is used?
How do I use cookies to store session state on the client?
What is new in ServletRequest interface ? (Servlet 2.4)
What is the process to implement doget and dopost methods?
What is the importance of init() method in Servlet ?
What is called Session Tracking?