Answer Posted / ambika
Relationof servlet and JSP is
RequestDispatcher reqdip=req.RequestDispatcher("sum.jsp");
forward.req(req,res)
| Is This Answer Correct ? | 3 Yes | 6 No |
Post New Answer View All Answers
Is jsp server side scripting language?
What's the difference between javabeans and taglib directives?
What is scripting elements in jsp?
What is a jsp directive?
What is jsp api?
Define JSP Scriptlet.
Can we override jspinit method?
How can I prevent the output of my jsp or servlet pages from being cached by the browser?
Explain the jspdestroy() method?
How are cookies set in jsp?
How can I set a cookie and delete a cookie from within a jsp page?
Why does _jspService() start with an ‘_’ but other lifecycle methods do not?
What language is jsp?
What is jsp param?
What is a hidden comment?