Answer Posted / janet
Jsp pages are focussed around HTML (or XML) with java codes
and JSP tags inside them.When a web server that has JSP
support is asked for a JSP page,it checks to see if it has
already compiled the page into a servlet.Thus ,JSP pages
become servlets and are transformed into pure Java and then
compiled,loaded into the server and executed.
| Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
How do you comment out in jsp?
Give uses of object cloning?
What is jsp technology?
What is jsp expression?
Explain scriptlet, expression and declaration in jsp.
Which tag is used for error handling in jsp pages?
What are the attributes of page directive?
What is difference between html and jsp?
What are the elements of a jsp page?
Why is jstl used?
How can you make the finally clause not to fail to execute?
What are the jsp lifecycle phases?
How can I handle jsp page errors?
What does jstl mean?
What is jsp servlet?