Buscar
Estás en modo de exploración. debe iniciar sesión para usar MEMORY

   Inicia sesión para empezar


Por supuesto:

Java

» Iniciar este curso
(Practica preguntas similares gratis)
Pregunta:

The main difference between checked and unchecked exception is that the checked exceptions are checked at compile-time while unchecked exceptions are checked at runtime. Checked means that the compiler requires that you handle the exception in a catch, or declare your method as throwing it.

Autor: Brian Woczka



Respuesta:

What is the diffrence between Unchecked exceptions and Checked exception?


0 / 5  (0 calificaciones)

1 answer(s) in total