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 io stream in java?
What are the elements of java?
What are the advantages and disadvantages of reference counting in garbage collection?
Explain wait(), notify() and notifyall() methods of object class ?
Write a java program to find the route that connects between Red and Green Cells. General Rules for traversal 1. You can traverse from one cell to another vertically, horizontally or diagonally. 2. You cannot traverse through Black cells. 3. There should be only one Red and Green cell and at least one of each should be present. Otherwise the array is invalid. 4. You cannot revisit a cell that you have already traversed. 5. The maze need not be in the same as given in the above example
What is the function of compareto in java?
What is the purpose of format function?
What is size_t?
What is equals method in java?
Why can't we make a class private in java?
Which is the best sorting technique in java?
Explain the difference between the public, private, final, protected, and default modifiers?
In Java list the methods that can be overridden?
What do you mean by platform independence?
Why can't you declare a class as protected?