Prepare Interview

Mock Exams

Make Homepage

Bookmark this page

Subscribe Email Address

JSP Interview Questions and Answers

Question: What is JSP Compiler and where are compiled JSP Java files?
Answer: JSP are automatically compiled at runtime.
The compiled JSP files are by default available in the /work folder of the Tomcat environment. There should be a subfolder Catalina which in turn has a subfolder representing the domain name which defaults to localhost. There in turn should be the project folder which in turn contains package hierarchy org.apache.jsp with therein the compiled JSP files.
Is it helpful? Yes No

Most helpful rated by users:

©2024 WithoutBook