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
What is difference between jsp and jstl?
What is the purpose of jsp and why it is widely used?
What is the jsp?
What is response sendredirect?
What is a jsp and what is it used for?
What is full form of jsp?
How can we create jsp custom tags?
What is the use of jstl?
Can you disable jsp scripting?
What are the components of jsp?
What is jsp custom tag and what are it’s components?
What are the steps for creating custom tags in jsp?
What is jsp standard tag library, provide some example usage?
Can we use javascript with jsp pages?
What is translation phase?