What happens if an exception is not caught?
Answer Posted / ravikiran
The default exception handler will print the stack trace
| Is This Answer Correct ? | 8 Yes | 2 No |
Post New Answer View All Answers
Which programming language is best in future?
There are two classes named classa and classb. Both classes are in the same package. Can a private member of classa can be accessed by an object of classb?
Java is pass by value or pass by reference? Explain
Difference between default and protected access specifiers?
What is the difference between compiler and jvm?
What occurs when an object is constructed?
Describe what happens when an object is created in java ?
Explain the importance of import keyword in java?
How do you reverse sort a list in java?
How do I compare two strings in word in java?
What is string intern in java?
Why set do not allow duplicates in java?
How do you declare a destructor in java?
What does super keyword do?
Can interface be private in java?