Keywords in Exceptions?

Answer Posted / she

try,catch,throw,throws,finally

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Which is better singleton or static class?

502


4.1 Supply contracts (in the form of comments specifying pre- and post conditions) for the enqueue() method of the LinkedQueue class given in the Appendix. (2) 4.2 Let Thing be a class which is capable of cloning objects, and consider the code fragment: Thing thing1 = new Thing(); //(1) Thing thing2 = thing1; //(2) Thing thing3 = (Thing) thing1.clone(); //(3) Explain how the objects thing2 and thing3 differ from each other after execution of the statements. (

1406


How do you empty a list in java?

535


Explain about exception propagation?

583


How are java objects passed to a method and what are native methods?

590






Is it possible to instantiate the abstract class?

538


How we can execute any code even before main method?

549


Does java list allow null?

537


What do you mean by static variable?

567


Can we use String with switch case?

660


What is static keyword?

589


What are the drawbacks for singleton class?

514


What is reflexive association?

1003


What are the methods available in a class?

583


Is an object null?

555