What is the difference between error and exception and
explain in simple words not whatever is given in the book.
Answer Posted / neha
errors are not expected to be caught.whereas exceptions can
be handled.Ex:system Failure is error whereas
arrayindexoutofbounds is exception.
| Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
Explain java coding standards for constants?
What are the problems faced by java programmers who don't use layout managers?
What is instance example?
What is functional interface in javatpoint?
What is var keyword ?
What is ternary operator?
What is native method in java?
Is null a string in java?
What is a line break?
How do you add spaces in java?
How do you find the maximum number from an array without comparing and sorting?
What is jit and its use?
What is an argument java?
How many bits are in a sentence?
What is join () in java?