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
What does .com stand for?
What is the purpose of jsp?
Explain JSP directives.
Explain the jspdestroy() method?
Where is jsp used?
What is jsp-config in deployment descriptor?
Explain JSP Output comments?
Can you use javascript in jsp?
How can we disable el?
What is called jsp directive?
Why are the request.getrequestdispatcher() and context.getrequestdispatcher() used?
How to disable scripting?
Can you call jsp from servlet?
How are the jsp requests handled?
What is jsp expression?