01/12/2023 3:32 am
Topic starter
Notifications
Clear all
What is the difference between errors and exceptions?
0
What is the difference between errors and exceptions?
Answer
Add a comment
Add a comment
1 Answer
0
01/12/2023 7:06 am
Errors occur at compile time and run time, which can terminate the compilation or execution. Exceptions occur only at run time, just that checked exceptions can be detected at compile time. Errors are also unchecked like Runtime Exceptions. Exceptions provide you the opportunity to make your program run in normal flow.
Add a comment
Add a comment
Forum Information
- 14 Forums
- 1,836 Topics
- 5,052 Posts
- 0 Online
- 1,078 Members
Our newest member: Richardnop
Latest Post: loli
Forum Icons:
Forum contains no unread posts
Forum contains unread posts
Topic Icons:
Not Replied
Replied
Active
Hot
Sticky
Unapproved
Solved
Private
Closed