What is the meaning of "unchecked exeptions are checked at runtime"? | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
+ 1

What is the meaning of "unchecked exeptions are checked at runtime"?

There is nothing like that! There is no difference between the two kinds of exceptions at runtime (besides their type). There is only checking at compiletime. The compiler checks that any checked exception that might occur in a method is either caught in the method body or declared in the method signature.

28th Jul 2016, 11:44 AM
dsp
1 Réponse
+ 1
The question was a rhetorical one. Not so well placed in the Q&A Discussions ;-)
28th Jul 2016, 4:25 PM
dsp