How are Servlets and JSP Pages related?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / ambika
Relationof servlet and JSP is
RequestDispatcher reqdip=req.RequestDispatcher("sum.jsp");
forward.req(req,res)
| Is This Answer Correct ? | 3 Yes | 6 No |
How can html output be prevented from being cached?
Can any one explain about the project Approximate shortest distance computing:A query dependent local landmark scheme
we want to provide the errors to the right side of the text field so what we want to add in jsp pages?
How can I override the jspdestroy() method within a jsp page?
What are the main tags in jsp?
Perform a browser redirection from a jsp page?
What are custom tags in jsp?
What is scriptlet and what is expression?
How do you import the packages in the JSP?
14 Answers HCL, Hyderabad Central University,
What are JSP scripting elements?
Why session is used?
How to find the hidden answers present in an online exam?