Answer Posted / pravin parab
Exception
| Is This Answer Correct ? | 6 Yes | 6 No |
Post New Answer View All Answers
Can we have any code between try and finally blocks?
What is the purpose of the finalize() method?
What are the important methods of java exception class?
What is java life cycle?
Explain jdk, jre and jvm?
What are the advantages of java inner classes?
What are the two main uses of volatile in Java?
What are the legal operands of the instanceof operator?
What is linked hashset and its features?
What is the difference between char and char *?
Does collectionutils isempty check for null?
Write an algorithm for quick sort?
Can an abstract class be a final class?
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.
Can we have try block without catch block?