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 jsp declaration?
In the servlet 2.4 specification singlethreadmodel has been deprecated, why?
Mention the advantages of jsp over pure servlets?
What is difference between include directive and jsp:include action?
Hi, I've applied for HPCL(Information System Officer)& UIIC (A).Plz send me previous/sample papers and any suggestions regarding this exam.Please advice me good study material or related links. Thanks in advance shyam shyamprasad71@gmail.com
How we can configure init params in jsp?
How to deactivate el usage on jsp?
Can we define a class inside a jsp page?
How do I prevent the output of my jsp or servlet pages from being cached by the browser?
What is out in jsp?
How to disable session in jsp?
What is the difference between a jspwriter and a servlet printwriter?
What is < jsp:forward> tag for?
What are the advantages of jstl?
What is jsp processing?