What is the Super Class of Exception in java?
Answers were Sorted based on User's Feedback
Answer / shipra rana
Throwable is the super class of exceptions in java
Is This Answer Correct ? | 189 Yes | 15 No |
Answer / samar
Throwable is the super class of exceptions in java.
Is This Answer Correct ? | 108 Yes | 10 No |
Answer / gayatri das
Throwable class is the superclass of all the exception
class in java.
Is This Answer Correct ? | 69 Yes | 5 No |
Answer / rajeshwari
super class or base class for Exception and Error is Throwable
Is This Answer Correct ? | 11 Yes | 2 No |
Answer / shazeem syed
Throwable is the super class of Exception.
Is This Answer Correct ? | 4 Yes | 0 No |
Answer / sandeep pal
Exception is the super class for all exception
Is This Answer Correct ? | 4 Yes | 13 No |
Answer / praveen
Exception is the super class of all Exception classes in java
Is This Answer Correct ? | 9 Yes | 22 No |
What is BASIS
what is the use of check point
what is d main diff between the java and .net framework
Explain polymorphism. Provide an example.
what is the basic and unique feature of dotnet
Mainly Related to Oracle, DBMS , Oracle Stored Procedures, Functions, Oracle 9i Architecture, Redo logs..., Views,
0 Answers Indian Overseas Bank,
can we retrieve only integer/String type columns from a table,if yes how?
i am getting the error while compiling my cics program with including db2 dclgen member it is showing that ur dclgen member not including and all the host variables are undeclared
When you deliver your C++ headers and C++ library of a class (what all can you change in the class so that application using your class does not need to recompile the code)
what is jackson structured develepment?? and how is it different from OMT??
What are the tasks performed by a Team Lead
You are given some denominations of coins in an array (int denom[])and infinite supply of all of them. Given an amount (int amount), find the minimum number of coins required to get the exact amount. What is the method called?