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 is close method? How it's different from Finalize & Dispose?
Can a class have multiple superclasses?
Why call by value prevents parameter value change?
What are the types of collections in java?
What does s mean in regex?
Can we pass null as argument in java?
Explain importance of throws keyword in java?
What is the main functionality of the remote reference layer?
What are the advantages of arraylist over arrays?
What is the importance of hashcode() and equals() methods?
What is downcasting?
What are drawbacks of singleton class?
Can we overload run() method in java?
Can we change the scope of the overridden method in the subclass?
What methods are used in Servlet?Applet communication?