What happens, when client requests for server object, which
is not yet loaded into the memory?

Answers were Sorted based on User's Feedback



What happens, when client requests for server object, which is not yet loaded into the memory?..

Answer / nagaraju

u will get 404 error means unavailable Exception

Is This Answer Correct ?    6 Yes 1 No

What happens, when client requests for server object, which is not yet loaded into the memory?..

Answer / sandeep m

when a class is not yet loaded by server. If the server is
receiving the request for such class for the first time
then it loads the class instantiates and serves the
request. All this process takes time and request processing
of first request for that class is delayed. Further
requests for the class will be processed fast.

Is This Answer Correct ?    0 Yes 2 No

Post New Answer

More Servlets Interview Questions

How do you create a cookie using servlet?

0 Answers  


Write a program to show the functionality of doget and dopost method?

0 Answers  


How can you push data from an Applet to a Servlet?

0 Answers  


Is Servlet Class Thread safe?????? How to make servlet Thread safe ???

4 Answers   Cognizant,


Explain how does JSP handle run-time exceptions?

0 Answers   BirlaSoft,






What is the disadvantage of cookies?

0 Answers  


How can we create deadlock situation in servlet?

0 Answers  


how this statement works..? public void service(HttpServletRequest request,HttpServletResponse response)

2 Answers   TCS,


What if we pass negative value in load-on-startup?

0 Answers  


Why the concept of single thread model interface is used?

0 Answers  


What is java servlet?

0 Answers  


How do I use cookies to store session state on the client?

0 Answers  


Categories