adspace


How jsp is compiled?

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

i need the source code for opening a word document in java

2306