Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

What do you mean by url pattern in servlet?

0 Answers  


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

4 Answers   Cognizant,


How to find whether a parameter exists in the request object?

0 Answers  


What are the different ways we can maintain state between requests?

0 Answers  


Write the code to get the server information in servlet.

0 Answers  


how a servlet is instantiated, whether the container calls init() or by calling any other method? please somebody reply..

6 Answers   Siemens,


When a client request is sent to the servlet container, how does the container choose which servlet to invoke?

0 Answers  


how to use servlets with j2ee ?

2 Answers   Tech Mahindra,


how the HTML data stored in web server?

0 Answers   TCS,


Hi............ When i am started the tomcat server it started. but it not load the jar files wht we deploving file.suppose we load the wapp folder in webapps. At running time it show the below error in tomcat server INFO: validateJarFile(C:\Program Files\Apache Software Foundation\Tomcat 5.0\web apps\wapp\WEB-INF\lib\servlet-api.jar) - jar not loaded. See Servlet Spec 2.3, s ection 9.7.2. Offending class: javax/servlet/Servlet.class How to slove this problem in my system. plz give answer for this problem.

5 Answers  


What is the use of request dispatcher interface?

0 Answers  


What are different Authentication options available in Servlets.

0 Answers  


Categories