how to connect one jsp page to another jsp page????
Answer Posted / krunal patel
response.sendRedirect("xyz.jsp");
| Is This Answer Correct ? | 19 Yes | 19 No |
Post New Answer View All Answers
Can a class have multiple subclasses?
What is method and methodology?
What is the use of static class?
Can a class be declared as protected?
How will you calculate the depth of a binary tree if the tree contains 15 nodes?
Explain about complier design(phases)
What is the main method java?
Explain the difference between jvm and jre?
what is the significance of listiterator in java?
Can a class be private?
Java Compiler is stored in JDK, JRE or JVM?
Explain the difference between abstraction and encapsulation.
Explain some best practices you would apply while using collection in java?
What are the rules for naming an array?
Which package is used for pattern matching with regular expressions?