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
Is there any case when finally will not be executed?
What is super keyword explain with example?
Explain garbage collection in java?
What is the maximum size of byte array in java?
What is finalize()?
Can a top level class be private or protected?
State the difference between strings and arrays.
What is the difference between private & public & friendly classes?
What is the difference amongst jvm spec, jvm implementation, jvm runtime ?
Explain about the performance aspects of core java?
Which is faster set or list in java?
Why java is a platform independent? Explain
What is nan in java?
What are the advantages of exception handling?
What are three advantages of using functions?