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 |
as we know a static method could access static data and static method only. then how could main method call the object of aclass which is not static and other non static data
Can sleep() method causes another thread to sleep?
What is the public method modifier?
Explain the JDB in depth & command line.
What is a parent class in java?
What is the final class modifier?
What is the preferred size of a component in java programming?
What is stack example?
What is type conversion in java?
What is the meaning of nullable?
What is the purpose of using java.lang.class class?
5 What is Java exception handling?