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
Can you disable the caching on the back button of a particular browser?
Is there a way I can set the inactivity lease period on a per-session basis?
Explain handling of runtime exceptions.
How can I use jsp in the mvc model?
What are action tags?
How can the applets be displayed in the jsp? Explain with an example.
What is the _jspservice() method?
What is the use of jstl?
What are directives in jsp?
Why is _jspservice() method starting with an '_' while other life cycle methods do not?
What is the use of requestdispatcher?
Can an interface be implemented in the jsp file?
What are jsp declarations?
What is jsp index?
What are stored procedures? How is it useful?