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
Can a class be private or protected in java?
What is an i/o filter?
How to make a class or a bean serializable?
What is a classloader in java?
Can we return null in java?
How can I right-justify a string?
What are some examples of variable costs?
What is the technique adopted to create an immutable class?
How do you calculate square roots?
What is the purpose of lambda expressions?
Why super is first line in java?
What all methods are used to prevent thread execution ?
You can create a string object as string str = “abc”; why cant a button object be created as button bt = “abc”;? Explain
there are N number of matchboxes numbered 1...N.each matchbox contain various number of stick.Two player can alternatevely pick some amount of stick from the higest stick containing box . The player is condidered win if there is no stick after his move.Find the final move so that the move player win. Note:In case the number of stick is equal ,pick the stick from the higest numbered box.
Difference between overriding and overloading in java?