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 |
Why session is used?
Why do we need servlets and jsp?
Which jsp methods can be overridden?
How can you make the finally clause not to fail to execute?
how to u se in jsp
How can a thread safe JSP page be implemented?
What is the resourcebundle class in jsp?
What is jsp translation phase?
How can I prevent the output of my jsp or servlet pages from being cached by the browser?
What is the scope of response object?
how to write the code of jsp program?
Explain the uses of jsp?