What happens, when client requests for server object, which
is not yet loaded into the memory?
Answer Posted / nagaraju
u will get 404 error means unavailable Exception
Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
What is a server side include (ssi)
What do you mean by request dispatcher in servlet? Also explain its methods.
What are some advantages of storing session state in cookies?
Is dispatcher servlet a singleton?
What are the uses of servlet
Write the code to get the server information in servlet.
Write a command to get actual path of a servlet to the server?
What is the inter-servlet communication?
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 is servlet mapping?
What are the types of Session Tracking ?
How many objects of a servlet is created?
Why jsp is better than servlet?
How do servlets work?
What are the difference between RMI and Servlets?