Java Exceptions

Java Exceptions

 Exception in Java  are classified on the basis of  the exception handled by the java compiler. Java consists of the following type of built in exceptions:


Java Exceptions
Add caption



Package Name
Exceptions
Java.lang

Java.util

Java.util.concurrent

Java.util.prefs

Java.util.regex

Java.util.zip

Java.io

java.lang.annotation


java.lang.reflect

Java.net

Java.rmi

Java.rmi.activation

Java.rmi.server

Java.security

Java.security.cert

Java.sql

Java.text

Java.time
Java.time.format

Java.time.temporal

Javax.activation

Javax.activity

Javax.naming

Javax.naming.directory

Javax.transaction

Javax.xml.bind

Javax.xml.ws

Org.xml.sax







Java Exceptions

Java NullPointException - How/when NullPointerException throws

-: Java.lang.NullPointerException :- java.lang.NullPointerException is one the frequently getting exception in java. Most of the devel...