Answer Posted / mukesh kumar
Exceptions are abnormal condition that occur at run time and
it can be handle through try catch block.
Errors are those abnormal condition that occur at compile
time and can not be handle. Error terminates the program
whereas exception does not terminate program directly, it
provide chance to handle that abnormal condition.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is java object name?
What are methods of a class?
what is meant by HQL?
When a thread is executing synchronized methods , then is it possible to execute other synchronized methods simultaneously by other threads?
Mention the default values of all the elements of an array defined as an instance variable.
What are exceptions
Describe the Big-O Notation.
how we can make a read-only class in java?
What are the java ide's? Explain
What does next mean in java?
Explain listiterator and methods in listiterator?
What is meant by interface?
What is the difference between pass by reference and pass by pointer?
What is java ceil?
Which keyword specify that a variable is effectively final ?