How jsp is compiled?



How jsp is compiled?..

Answer / Ankur Gupta

JSP pages are not directly compiled to bytecode like Java classes. Instead, when a JSP page is accessed for the first time, it is translated into a Servlet class by the servlet container. This translation process involves precompilation (if TLD files and JSP compiler settings are available), servlet loading, and script translation.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More JSP Interview Questions

What is jsp translation time?

1 Answers  


What are the attributes on page directives?

1 Answers  


Can we use jsp implicit objects in a method defined in jsp declaration?

1 Answers  


How can I override the jspinit() method within a jsp page?

1 Answers  


Which jsp method cannot be overridden?

1 Answers  


Can I run jsp on xampp?

1 Answers  


Define Expression

1 Answers  


What are the jsp lifecycle phases?

1 Answers  


What are the attributes of page directive?

1 Answers  


List out the various scope values of jsp action.

1 Answers  


What is a jsp file?

1 Answers  


Explain pge Directives.

1 Answers  


Categories