Java Interview Questions
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.