What is the difference between Exception and Error in java?

Technology CommunityCategory: JavaWhat is the difference between Exception and Error in java?
VietMX Staff asked 3 years ago
  • An Error “indicates serious problems that a reasonable application should not try to catch.”
  • An Exception “indicates conditions that a reasonable application might want to catch.”