Top 16 Tomcat Interview Questions & Answers
1) Explain what is Jasper? Jasper is a Tomcat’s JSP engine It parses JSP files to compile them into JAVA code as servlets At runtime, Jasper allows to automatically detect JSP file changes and recompile them 2) Mention what is the output of select * from tab? It displays the default tables in the database […]