Home Forums Litterae Forum What is the difference between run time error and exception?

Viewing 1 post (of 1 total)
  • Author
    Posts
  • #30074

    alidaclark33
    Participant

    What is the difference between run time error and exception?
    Errors mostly occur at runtime that’s they belong to an unchecked type. Exceptions are the problems which can occur at runtime and compile time. It mainly occurs in the code written by the developers. Exceptions are divided into two categories such as checked exceptions and unchecked exceptions. skribblio

Viewing 1 post (of 1 total)

You must be logged in to reply to this topic.