Computer Applications

A program needed to read an integer, but the user entered a string instead, and an error occurred when the program was executed. What kind of error is this?

Input in Java

11 Likes

Answer

This is a Runtime error.

Answered By

6 Likes


Related Questions