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
Perform a browser redirection from a jsp page?
What is session object in jsp?
How many tags are provided in jstl?
What is jsp in javascript?
How can I use the results of my method? ea: <%! method (int x) { stuff return y; } %> <% out.println(y); %> how can I make this work? "y" is a variable made during the method.
Which jsp implicit objects are thread safe?
What is the major difference between servletcontext and pagecontext?
How to get value from java to jsp page?
What is an implicit object?
What are the primary differences between the jsp custom tags and java beans?
What is jstl (jsp standard tag library)?
What information is needed to create a tcp socket?
Why use of scripting elements in jsp is discouraged?
How do I use comments within a jsp page?
How can we handle exceptions thrown by jsp service method?