Better i know which webserver u r using? i hope u know that any webserver would convert your jsp file into a java file first compile it into a .class file and then load it in the memory. In a sense, instead of you doing the work of compiling and loading the file, the webserver does it. Somewhat similar to that of Servlet concepts. if you are using Apache Tomcat 4.1, the webserver creates the .java file in the classes directory in c:Tomcat4.1.
Category:JSP Interview Questions
No comments:
Post a Comment