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
Can we override destroy method in servlet?
What is http servlet? Explain with the help of an example.
What are different ways for servlet authentication?
Hello, My project requirement is like I need to create a web page using MVC pattern. I hava a bean class, jsp page, servlet, service and dao. My jsp has two fields. One is dropdown list. The option values has to get populated from the database table. The other one is a text box and its value has to come from database table. As of now I have defined the fields in bean class, got the values from database using arraylists in dao class and I called this from service class. Can anyone please tell me the workflow of how the servlet will get this arraylist and populate the arraylist values as dropdown options in jsp page? Also I would like to know the role of bean class in MVC pattern? Thanks in advance!
What do you mean by servlet?
What are the types of an http request?
How do I use cookies to store session state on the client?
What are the advantages of cookies?
Write a program to show the functionality of doget and dopost method?
What are Servlets?
What is the directory structure of a war file?
What is cookie in servlet?
How do you design microservices?
What is the GenericServlet class?
What are the drawbacks of cgi?