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
Why is it important to initialize a variable?
What are "methods" and "fields"?
What are predefined functions?
What is the difference between JDBC 1.0 and JDBC 2.0?
What is the basic concept of java?
What is java english?
Why doesn't the java library use a randomized version of quicksort?
What is javac_g?
What about interthread communication and how it takes place in java?
Which graphs are functions?
What are actual parameters?
Difference between a class and an object?
What is difference between identifier and variable?
Explain polymorphism citing an example.
Can we have multiple classes in single file ?