How many Cookies can a host support?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / guest
two types of cookjies are used in hosting support
| Is This Answer Correct ? | 1 Yes | 2 No |
What is the web server used for running the Servlets?
What happens, when client requests for server object, which is not yet loaded into the memory?
Whats the advantages using servlets over using CGI?
I Have A Plan to develop a Project in Struts,I want the template of struts project with Hibernate.Canany body provide me the required information?
what are the way a client can be tracked?
where the generated jsp source file are stored?
What is a servlet?
how a user session can be tracked in servlets?
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!
Can you send an authentication error from a servlet?
Why doesn’t a servlet include main()? How does it work?
Differentiate between the get and post method