What is Java exception handling?
Answer / nashiinformaticssolutions
In Java, exceptions are objects. When you throw an exception, you throw an object. However, you can’t throw just any object as an exception — only those objects whose classes descend from throwable. Throwable serves as the base class for an entire family of classes, declared in java.lang, that your program can instantiate and throw.
| Is This Answer Correct ? | 0 Yes | 0 No |
What do you understand by java virtual machine?
What is a cup of java?
Explain restrictions on using enum?
What checkbox method allows you to tell if a checkbox is checked?
How is string stored in java?
what is the diffrence between class and object?
what is the difference between equals method and ==
17 Answers IBM, Professional Access, TCS,
hi am an engineering student and my next plan is for ms in either in us or australia i got my passport but i dont know anything bout visa can u give brief idea 1)How to get prepared for visa and 2)How to apply for top universities and 3)How to pay the fee and so on These all are basic questions plz give me a clear idea
What is singleton class in java and how can we make a class singleton?
What is data type in computer?
When does Exception occurs?
How do you check whether the list is empty or not in java?