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
Why array is used in java?
Which package is imported by default?
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. (
How do you create a first line indent?
Write a program to reverse array in place?
Difference between stack and queue?
Is it possible for yielded thread to get chance for its execution again ?
What’s the difference between applets and standalone program?
Explain try and catch keywords in java?
Why is the singleton pattern considered to be an anti pattern?
Write a method that will remove given character from the string?
What is use of a abstract variable?
Why java is secure? Explain.
What are keywords give examples?
What do you understand by a Static Variable?