adspace
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