how to connect one jsp page to another jsp page????
Answer Posted / deepak divvela
<%
RequestDispatcher rd=sc.getRequestDispatcher("a.jsp");
rd.forward(req,res);
%>
| Is This Answer Correct ? | 35 Yes | 26 No |
Post New Answer View All Answers
What is java used for on a computer?
how we can make a read-only class in java?
What is the list interface?
What is jee6?
What is the difference between and ?
Difference between == and .equals() ?
What is a functional interface?
What is r in java?
What is multi-catch block in java?
What is getkey () in java?
What if the main() method is declared as private? What happens when the static modifier is removed from the signature of the main() method?
How hashset works internally in java?
Why do we use variables?
What are autoboxing and unboxing? When does it occur?
Explain the importance of finally block in java?