where the generated jsp source file are stored?

Answer Posted / anji

When we request for a jsp first time, it will generate a
Servlet, the generated servlet will compiles and creates
instances for the servlet.

Is This Answer Correct ?    0 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain the difference between servlet and cgi?

611


What is java servlet session?

529


Differentiate between the web server and application server?

565


What is a cookie What is the difference between session and cookie

596


When servlet is loaded?

596






Once the destroy() method is called by the container, will the servlet be immediately destroyed? What happens to the tasks(threads) that the servlet might be executing at that time?

775


What is servlet container?

665


What are some disadvantages of storing session state in cookies?

589


What are the steps that are involved in using the httpservlet class?

575


Can we override servlet service method?

587


What are the difference between RMI and Servlets?

1051


What is url encoding and url decoding

589


Why do we need servlet filter?

572


Difference between doget and dopost?

682


What is the difference between the include() and forward() methods?

571