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
Why we used break and continue statement in java?
What is the difference between the prefix and postfix forms of the ++ operator?
What is a Null object?
Is age a discrete variable?
how to create multithreaded program? Explain different ways of using thread? : Java thread
What are the different ways of implementing thread? Which one is more advantageous?
Why we use methods in java?
What invokes a thread's run() method in java programming?
Can java hashmap have duplicate keys?
What does singleton class mean?
What is the difference between variable & constant?
What is the difference between C++ and Java and your preferences?
What is a percentage sign called?
How do you get the length of a string in java?
Can you make a constructor final in Java?