how to connect one jsp page to another jsp page????

Answer Posted / koushik

<%
RequestDispatcher rd=sc.getRequestDispatcher("a.jsp");
rd.forward(req,res);
%>

Is This Answer Correct ?    23 Yes 24 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the difference between equals() and == in java?

533


What is collections framework?

582


What is the difference between procedural and object-oriented programs?

530


Explain thread life cycle in java?

594


Which is bigger double or float?

537






What are static blocks in java ?

617


What does || mean in vectors?

478


What do you mean by mnemonics?

537


How can you make a class serializable in java?

571


Describe the term diamond problem.

579


What is meant by class?

547


What happens when a thrown exception is not handled?

584


What is Mutex (Mutual Exclusion Object) ?

631


Can we declare the main method of our class as private?

560


Where are global variables stored?

509