The Tutorials in this series are created using JDK 1.6 on Ubuntu 11.10. It is a free and open source high level programming language,simple as well as object oriented language. Read more
Foss : Java - English
Outline: - What is a static block - Declaring and defining a static block - How static blocks are invoked and executed
Outline: - What is an Exception - Types of Exceptions - Checked Exceptions - Unchecked Exceptions - Explaining ''ArrayIndexOutOfBoundsException'' - Demonstrating Check..
Outline: - What is a Custom Exception - Demonstration of custom exception - Custom exception example - "InvalidMarkException" - Usage of "throw" keyword - How to resolve errors in custo..