which method throws exception of type Throwable
Answers were Sorted based on User's Feedback
Answer / vishal
Throwable is super class of Exception and Error class.
Hence we can have Throwable as a refrence to any thrown
exception.
| Is This Answer Correct ? | 5 Yes | 2 No |
In what ways you can handle exception ?
What is toarray method in java?
how does multithreading take place on a computer with a single cpu? : Java thread
how many design pattern r there? and wht design pattern u use and why ?
How to define a constant variable in Java?
What is a stringbuffer?
What is the default value of byte datatype in java?
How to solve the problem of generating the unique hash keys with hash function?
What is the definition of tree ?
Hi i am creating desktop application in that i want calling to mobile number. i have java telephone api (JTAPI) but i dont understand how it configure & use plese help me
Explain oops concepts in detail?
How many bits does a boolean take?