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
hr interview how many minutes asking question
What is difference between == and === in js?
What are the disadvantages of object oriented programming?
Can we execute a program without main() method?
Can we call virtual funciton in a constructor ?
When do we use synchronized blocks and advantages of using synchronized blocks?
Can a private method of a superclass be declared within a subclass?
How does a for loop work?
What is the core java?
What is a line break?
What is widening and narrowing in java? Discuss with an example.
How to sort a collection of custom Objects in Java?
how we can create packages in java?
Does constructor creates the object ?
Which java collection does not allow null?