❔ Вопрос с собеседования Какие существуют unchecked exception?
Ответ:
наиболее часто встречающиеся — ArithmeticException, ClassCastException, ConcurrentModificationException, IllegalArgumentException, IllegalStateException, IndexOutOfBoundsException, NoSuchElementException, NullPointerException, UnsupportedOperationException.
➡️ Java Developer