Exceptions in Java

Overview

Exceptions are the unwanted errors or bugs or events that blocks the execution of a program.

Types of Exceptions


Reference

Comments

Popular posts from this blog

HashMap, TreeMap and LinkedHashMap difference

Collections in Java

OOPS Concept in Java