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 |
What is jstl?
What is a jsp container?
Show attributes of page directives.
Where do I create jsp in eclipse?
What is jsp standard tag library, provide some example usage?
How does the Jsp Expressions works ? What happens at the back?
Explain the difference between include directive and include action in jsp?
What are context initialization parameters?
What is jsp translation time?
Explain jsp?
Define JSP Scriptlet.
How does a jsp engine work?