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
Which tag should be used to pass information from jsp to include jsp?
Explain the various scope values for tag.
What are the types of directives in jsp?
Why are jsp pages the preferred api for creating a web-based client program?
How can I prevent the use of scripts and java code on the jsp page?
What is the purpose of
How can automatic creation of session be prevented in a jsp page?
What is jsp index?
What is difference between sendredirect and forward?
What are stored procedures? How is it useful?
What is the difference between jsp and thymeleaf?
Differentiate between
What are the jsp tags?
What is out in jsp?
What is the full form of jsp?