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 - Hindi
Outline: - static block क्या है? - static block को घोषित और परिभाषित करना - static blocks को लागू और निष्पादित कैसे करते हैं?
Outline: - Exception क्या है? - Exceptionsके प्रकार - Checked Exceptions - Unchecked Exceptions - ''ArrayIndexOutOfBoundsException'' समझाना - उदाहरण के साथChecked Excep..
Outline: - Custom Exception क्या है? - custom exception का प्रदर्शन - Custom exception उदाहरण - "InvalidMarkException" - "throw" कीवर्ड का उपयोग - custom exceptionsमें एरर्स ठीक कैसे क..