Java

Topic: Exceptions

Can you give an example of an unrecoverable problem when error is thrown?

Yes, when a java program runs out of memory it is a problem from which the program cannot recover and OutOfMemoryError will be thrown

Browse random answers: