Answer Posted / ganesh
Exception means When a method encounters an abnormal
condition (an exception condition) that it can't handle
itself, it may throw an exception.
Error mens system doesn't handle.For example:Overflow,Out
of memory.
| Is This Answer Correct ? | 68 Yes | 26 No |
Post New Answer View All Answers
What is the difference between inheritance and encapsulation?
What is the default size of set in java?
What is the difference between error and an exception?
Who found java?
Which java collection does not allow null?
What is files manifesting?
Can memory leak happen java?
What is constant in programming?
What is arraylist e?
Why are parameters used in functions?
What is the importance of finally block in exception handling?
What is unmodifiable collection in java?
What is meant by method?
Why is the main method static?
How many bits is a 64 bit byte?