how the jsp file is compiled?
Answer Posted / pratique suhane
servlet : html within java
jsp : java within html , so refined version for servlet
So jsp initally converted to servlet(Base Form) and then it
is compiled and converted to object code (.class file).
| Is This Answer Correct ? | 3 Yes | 5 No |
Post New Answer View All Answers
When does a container initialize multiple jsp / servlet objects?
How can I prevent direct access to a jsp page from a browser?
What do you mean by jsp?
What are the possible values for language directive?
How do I mix jsp and ssi #include?
What is jsp application?
What is jsp processing?
What is session tracking in jsp?
What is page scope?
How does a servlet communicate with a jsp page?
Give a sample jsp configuration in the deployment descriptor.
How do I mix jsp and ssi #include? What is the difference between include directive & jsp:include action?
What jsp lifecycle methods can be overridden?
What are the different types scripting elements in jsp?
What is the jspinit() method?