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 command line argument
Is call by reference possible in java?
What is string in java with example?
Which data type is a class in java?
What does mean in regex?
What must a class do to implement an interface in java programming?
Why java is a platform independent? Explain
What is default switch case? Give example.
Explain serialization and deserialization in java?
What is parsing in java?
Why java is call by value?
Explain the difference between jdk, jre, and jvm?
What do you know about the garbate collector?
List types of storage classes in java?
List some java keywords sun like c, c + + keywords?