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 to print java variable in jsp?
What is the jspinit() method?
Java Server Page I can use a function in two ways:
Either I declare
List the various action tags used in jsp.
What is
what is the extended star schema
Where do I create jsp in eclipse?
What is an expression language?
What are the features of jsp?
Can a subsequent request be accessed with one’s servlet code, if a request attribute is already sent in his jsp?
Why jsp is used instead of html?
What is difference between jspwriter and servlet printwriter?
What is jstl used for?
What is the use of session management?
What are the implicit, internal objects and methods on the jsp page?