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 can we forward the request from jsp page to the servlet?
What are the different scope values for the jsp objects?
Which directive is used in jsp custom tag?
Explain jsp lifecycle methods?
Is jsp technology extensible?
How can information from one JSP be passed to another JSP?
What is the difference between jsp and thymeleaf?
What do you mean by isscriptingenabled attribute?
What is jsp-config in deployment descriptor?
How is jsp used in the mvc model?
What is client side technology?
What is the jsp?
How to create menu in jsp with example?
What is jsp in html?
How we can disable session in jsp?