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
What happens if main method is not static?
What is mnemonic in assembly language?
If an object is garbage collected, can it become reachable again?
How will you reverse a link list without using recursion?
How we can make copy of a java object?
Can you inherit a constructor java?
What is a subsequence of a string?
How to add menushortcut to menu item?
What is passed by reference and pass by value ?
What is one third plus one third as a fraction?
When a thread is executing synchronized methods , then is it possible to execute other synchronized methods simultaneously by other threads?
Is it possible to use string in the switch case?
Tell some latest versions in JAVA related areas?
How do you square a number?
What are the different types of constructor?