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 |
List out the various scope values of jsp action.
What is jsp and why it is used?
How can automatic creation of session be prevented in a jsp page?
What is jsp and why is it needed?
what type of question will be asked in the interview in this software field?????///
How can we retrieve warnings?
Explain the difference between include directive and include action in jsp?
What is tag file?
What is a expression?
What is the advantage of using getProperty action, as compared to the accessor method?
Can I stop jsp execution while in the midst of processing a request?
How many jsp scripting elements are there and what are they?