Difference between Error and Exception in Java
Here in this article you will learn about difference between error and exception in java. In exception hierarchy we need to see where these two classes exist. Throwable Class is the root for the Java Exception Hierarchy. Throwable contains two chain of classes, Exception and Error. Exceptions Errors Mostly because of our programs. These occur […]
Difference between Error and Exception in Java Read More »