Java run-time system generates What class of exceptions?
Answers were Sorted based on User's Feedback
Answer / luckystarjava
JVM checks only un-checked exception. the exception is thown
by exception Class
| Is This Answer Correct ? | 1 Yes | 0 No |
What is runtime polymorphism or dynamic method dispatch?
Why are the methods of the math class static?
What are access specifiers available in java?
What is a nested class?
Does java vector allow null?
Enlist diffrent types of inheritance supported by java?
Can we sort list in java?
What is a null check?
What do you mean by stream pipelining in java 8?
What is the difference between dom and sax parser in java?
How to make a non daemon thread as daemon?
What is stream api in java8?