5 What is Java exception handling?
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 |
Why do we need data structure in java?
String and stringbuffer both represent string objects. Can we compare string and stringbuffer in java?
what is the difference between Object Based Language and Object Oriented Language?
What is race condition ?? (Threading concept) TCS 2 sept10
Where pragma is used?
When should you make a function static?
What do you mean by scope of variable?
What are the 8 data types in java?
Where is jre installed?
How many decimal digits is 64 bit?
What is console based application in java?
What is the use of static methods?