how to connect one jsp page to another jsp page????
Answer Posted / manoj
by using forward directive
| Is This Answer Correct ? | 71 Yes | 26 No |
Post New Answer View All Answers
Explain method local inner classes ?
What is a singleton puppy?
What is a instance variable in java?
How to perform selection sort in java?
What is multi-catch block in java?
What is the difference between serializable and externalizable interface?
Why is logger singleton?
What is considered an anti pattern?
do I need to use synchronized on setvalue(int)? : Java thread
Given a singly linked list, how will you print out its contents in the reverse order? Can you do it with consuming any extra space?
What are the restriction imposed on a static method or a static block of code?
How many types of voids are there?
Where are the local variables stored?
String and stringbuffer both represent string objects. Can we compare string and stringbuffer in java?
What is the difference between access specifiers and access modifiers in java?