What's the base class of all exception classes?
Answer / Amita Sharma
Exception is the root class for all exceptions in Java. All other exception classes such as RuntimeException, Error, and checked exceptions like IOException inherit from Exception.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the buffer limit?
What is flag in java?
1).what is the difference between below examples String s="vijay"; String s=new String("vijay");
12 Answers Mascon, Satyam, TCS,
java can provide security ,how can provide?
8 Answers Aspire, BNP Paribas, Genpact, IBM,
how to accept integer array in java
Explain the difference between comparator and comparable in java?
What is the size of int?
What is the function of java?
why top level class could not be static
What is a memory leak in java?
Can you explain inner class.
adapter class ?