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
What is final method in java?
What is protected access modifier?
what is encapsulation in java? Explain
Can a static class implement an interface?
Explain throw keyword in java?
Which java collection does not allow null?
What is a buffer in java?
What is space character in java?
How can constructor chaining be done using this keyword?
Explain illegalmonitorstateexception and when it will be thrown?
Does java return by reference?
Define how does a try statement determine which catch clause should be used to handle an exception?
how to write a program for sending mails between client and server
Explain the importance of join() method in thread class?
What is qms certification?