How are Servlets and JSP Pages related?

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


Please Help Members By Posting Answers For Below Questions

How do you connect to the database from jsp?

543


Explain JSP directives.

590


How can I use the results of my method? ea: <%! method (int x) { stuff return y; } %> <% out.println(y); %> how can I make this work? "y" is a variable made during the method.

1645


How can I extend the functionality of jsp?

509


List out some advantages of using jsp.

530






Give an example where you need jsp custom tag?

514


What is in jsp?

621


What is _jspservice method?

516


What is jspinit method?

506


What is the difference between include directive and include action?

502


how to write the code of jsp program?

1942


What is a jsp and what is it used for?

527


What is the use of?

534


Give an example of using your own tags.

517


What is jstl jar?

491