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...


when the jsp page is translated to servlet?

Answers were Sorted based on User's Feedback



when the jsp page is translated to servlet?..

Answer / mamatha

Whenever the jsp page receives the request for the first
time
Whenever it receives the request jspEngine will check
whether the servlet is generated or not? if yes it will
give the reference to the page otherwise it will generate
new one

Is This Answer Correct ?    22 Yes 0 No

when the jsp page is translated to servlet?..

Answer / gayathri janarthanam

The JSP specification indicates that the translation can happen either during deployment time or when the JSP is requested for the first time...But most of the containers(TOMCAT for eg.,) does lazy loading ie., translates the JSP into servlet when the first request comes in...I have used the term traslation loosely here to mean "translating into servlet.java file and compiling into servlet.class file"...

Is This Answer Correct ?    3 Yes 1 No

when the jsp page is translated to servlet?..

Answer / shaileja

Whenever the jsp page receives the request for the first
time
Whenever it receives the request jspEngine will check
whether the servlet is generated or not? if yes it will
give the reference to the page otherwise it will generate
new one

Is This Answer Correct ?    1 Yes 1 No

when the jsp page is translated to servlet?..

Answer / narendher sharma

In Directive Include .. the jsp page will be translated
into servlet.

Here the Static resources will be generated during
translation time

Is This Answer Correct ?    4 Yes 10 No

when the jsp page is translated to servlet?..

Answer / ravikiran.chd

when we deploy our web application

Is This Answer Correct ?    1 Yes 7 No

Post New Answer

More Servlets Interview Questions

what is servlet life cycle?

3 Answers   Inforica,


What are the differences between the servletconfig interface and the servletcontext interface?

0 Answers  


Why is http protocol called as a stateless protocol?

0 Answers  


What are the differences between forward() method and sendredirect() methods?

0 Answers  


What is new in ServletRequest interface ? (Servlet 2.4)

0 Answers  


What methodology can be followed to store more number of objects in a remote server?

0 Answers  


Differentiate between the get and post method

0 Answers  


What's the use of servletcontext?

0 Answers  


How many servlet objects are created?

0 Answers  


What is servlet lazy loading?

0 Answers  


Tell the new features added in servletrequest interface i.e. Servlet 2.4

0 Answers  


Can you explain in detail 'javax.servlet' package?

0 Answers  


Categories