A class declared inside a class is known as nested class. We use nested classes to logically group classes in…
In this article we will discuss String in a switch statement; a new feature of Java 7. So for explaining…
Introduction In this article we will discuss multiple exceptions in Java 7. Its a new feature released by Java 7…
Introduction In this article we are going to describe the many exceptions that are possibly generated by an array in…
You can also create your own exception sub class simply by extending java Exception class. You can define a constructor…
There are few things to remember when overriding a method with exception handling. If super class method does not declare…
An exception is first thrown from the top of the stack and if it is not caught, it drops down…