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
What is the history of java?
What is prefix of a string?
Can a static method be final?
What is package private scope in java?
Which class should you use to obtain design information about an object in java programming?
What is instance means in java?
What are the four pillars of java?
What happens if constructor is private?
Can we sort hashmap in java?
Is array synchronized in java?
explain multi-threading in java?
Is namespace same as package in java?
What is the purpose of the runtime class in java programming?
What is the difference between declaration and definition in java?
What is are packages?