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 are the advantages of jstl?
What is contextpath?
Is jsp better than servlet?
What is a translation unit?
How to deactivate el usage on jsp?
What are the ways to insert java code into jsp page?
mention the three important tags used in the development of jsp bean.
What is a scriptlet?
What do you know about pagecontext and what are the advantages of using it?
What is iselignored in jsp?
Mention the jstl core tags.
What is taglib uri in jsp?