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


Please Help Members By Posting Answers For Below Questions

What is a server side include (ssi)

643


What do you mean by request dispatcher in servlet? Also explain its methods.

704


What are some advantages of storing session state in cookies?

684


Is dispatcher servlet a singleton?

633


What are the uses of servlet

709






Write the code to get the server information in servlet.

662


Write a command to get actual path of a servlet to the server?

628


What is the inter-servlet communication?

791


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!

1908


What is servlet mapping?

670


What are the types of Session Tracking ?

727


How many objects of a servlet is created?

873


Why jsp is better than servlet?

615


How do servlets work?

638


What are the difference between RMI and Servlets?

1137