What classes of exceptions may be thrown by a throw statement?
Answer / Ankit Multani
"Any exception class, including checked exceptions (e.g., IOException), unchecked exceptions (e.g., RuntimeException), and error classes (e.g., ExceptionInInitializerError)"
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain jvm, jre, and jdk?
Is cout buffered?
If we don’t want some of the fields not to serialize how to do that?
What sorting algorithm does javascript use?
What's the access scope of protected access specifier?
Explain about main thread in java?
What does localhost mean?
What is the new line character?
What is data type in computer?
What loop means?
which class is the wait() method defined in? : Java thread
Which Component subclass is used for drawing and painting?