Superclass of exception

Answer Posted / raghavendra singh

The Superclass of exception---

is Throwable.it is supermost class of all the Exception.

Is This Answer Correct ?    16 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Why array is used in java?

719


Which package is imported by default?

837


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. (

1642


How do you create a first line indent?

740


Write a program to reverse array in place?

793


Difference between stack and queue?

809


Is it possible for yielded thread to get chance for its execution again ?

783


What’s the difference between applets and standalone program?

756


Explain try and catch keywords in java?

881


Why is the singleton pattern considered to be an anti pattern?

674


Write a method that will remove given character from the string?

785


What is use of a abstract variable?

749


Why java is secure? Explain.

778


What are keywords give examples?

806


What do you understand by a Static Variable?

900