Java run-time system generates What class of exceptions?
Answer Posted / luckystarjava
JVM checks only un-checked exception. the exception is thown
by exception Class
Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What are different access specifiers in java?
What is extension method in java?
What is void keyword?
When should I use singleton pattern?
Can you make a constructor final in Java?
What are the important features of Java 11 release?
Can we force the garbage collection to run?
According to java operator precedence, which operator is considered to be with highest precedence?
When can an object reference be cast to an interface reference in java programming?
What is append function?
What is navigable map in java?
How will you reverse a link list without using recursion?
What is the full form of jpeg?
Discuss about garbage collector in Java.
Can we have this () and super () together?