how the jsp file is compiled?
Answer Posted / siriganesh
when container sees the request for .jsp file it loads
the .jsp file &converts into .java then compiles
into .class file and it is servlet all the way(continer
calss its no-arg constuctor,calss jspInit(),_jspservice()&
finally jsp destory)
| Is This Answer Correct ? | 29 Yes | 0 No |
Post New Answer View All Answers
How do I use sendredirect?
Tell us about the jsp life cycle methods.
Define scriptlet, expression and declaration in jsp?
What is Include directive?
What is difference between javascript and jsp?
What is difference between jsp and jstl?
When will container initialize multiple jsp/servlet objects?
How does a servlet communicate with a jsp page?
what is the extended star schema
How to configure init parameters for jsp?
How do we catch exception and process it using jstl?
Which language is used to write servlets and jsp?
What is jsp action tags?
Differentiate between response.sendredirect(url) and
Can we use jstl in html?