how the jsp file is compiled?
Answer Posted / java mani
By using .jsp,we can compile in java, but it will executed
in servlet
| Is This Answer Correct ? | 4 Yes | 9 No |
Post New Answer View All Answers
How can we extend jsp technology?
How do you delete a cookie within a jsp?
What are the steps for creating custom tags in jsp?
Which language is used to write servlets and jsp?
What is the resourcebundle class in jsp?
What is jsp translation phase?
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.
What’s the difference between forward and sendredirect?
What is jstl (jsp standard tag library)?
What are the implicit, internal el jsp objects and their differences from jsp objects?
How do I use comments within a jsp page?
How many jsp scripting elements are there and what are they?
Can you disable the caching on the back button of a particular browser?
How to send data from one page to another in jsp?
What is the jsp:plugin action ?