जावा में एक्सेप्शन हैंडलिंग क्या होती है: Exception Handling in JAVA in Hindi

exception handling

Exception Handling in JAVA in Hindi: जावा में “Exception handling एक बहुत ही पॉवरफुल मेकेनिसम है जिसका इस्तेमाल runtime errors को handle करने के लिए किया जाता है. सीधे शब्दों में कहें तो यह JAVA programing language में एक बहुत ही खास feature है जो कि program को run करते समय में वाले Exception या … Read more

Java applets in Hindi & its life cycle: जावा में एप्लेट क्या होते हैं जाने

Java applets in Hindi

Java applets in Hindi: JAVA प्रोगामिंग लैंग्वेज में applet एक Java program होता है जो कि वेब ब्राउज़र पर run होता है. Applet एक fully functional Java application होता सकता है क्योंकि इसमें सम्पूर्ण JAVA API होती है. सीधे शब्दों में कहें तो Java applets एक small applications होते है जो जावा या अन्य किसी … Read more