Back-End Programming Exam  >  Back-End Programming Videos  >  Java Programming Fundamentals: For Beginners (in Hindi)  >  Lecture 35 Use of throws in checked exception in Java Hindi

Lecture 35 Use of throws in checked exception in Java Hindi Video Lecture | Java Programming Fundamentals: For Beginners (in Hindi) - Back-End Programming

75 videos

FAQs on Lecture 35 Use of throws in checked exception in Java Hindi Video Lecture - Java Programming Fundamentals: For Beginners (in Hindi) - Back-End Programming

1. जावा में checked exceptions का उपयोग करते हुए throws का उपयोग क्यों किया जाता है?
उत्तर: throws की उपयोगिता जावा में checked exceptions को हैंडल करने का एक माध्यम प्रदान करना है। जब एक checked exception उठाई जाती है, तो उसे उपयोगकर्ता को या तो हैंडल करना होता है या उसे अपने रूप में पुनर्थापित करना होता है। throws क्लॉज उपयोगकर्ता को यह सूचित करता है कि यह विशेष स्थिति है जिसे हैंडल किया जाना चाहिए या जो उठाने वाली है।
2. throws के उपयोग के फायदे क्या हैं?
उत्तर: throws का उपयोग करने से प्रोग्रामर को checked exceptions के साथ परिचित होने की आवश्यकता नहीं होती है। यह उपयोगकर्ता को एक्सेप्शन हैंडल करने के लिए आवश्यकता को दर्शाता है, जिससे प्रोग्राम को निर्माण करने के समय अप्रत्याशित त्रुटियों के साथ लड़ने की क्षमता मिलती है।
3. यदि throws नहीं उपयोग किया जाता, तो क्या होगा?
उत्तर: यदि throws का उपयोग नहीं किया जाता है, तो checked exceptions को हैंडल करने के लिए try-catch ब्लॉक का उपयोग करना होगा। यदि कोड में try-catch ब्लॉक नहीं होता है, तो यह कंपाइल नहीं होगा और संदर्भित कोड का उपयोग करने वाली अन्य क्लासों को एक checked exception के साथ संघर्ष करना पड़ सकता है।
4. throws कोई वापसी नहीं करता है, फिर भी हमें इसका उपयोग क्यों करना चाहिए?
उत्तर: throws का उपयोग करने से, जब कोई त्रुटि होती है और एक checked exception उठाई जाती है, तो यह उपयोगकर्ता को त्रुटि की जानकारी देता है और उसे हैंडल करने का मौका देता है। इसके बिना, उपयोगकर्ता को त्रुटि के बारे में जानकारी नहीं होती और प्रोग्राम अनुमतियों के साथ संपन्न हो सकता है।
5. क्या हम throws का उपयोग केवल एक ही एक्सेप्शन के लिए कर सकते हैं?
उत्तर: नहीं, हम throws का उपयोग एक से अधिक एक्सेप्शन के लिए भी कर सकते हैं। जब एक विधि में कई checked exceptions होती हैं, तो हम उन सभी को throws क्लॉज के साथ निर्दिष्ट कर सकते हैं। इससे उपयोगकर्ता को यह सूचित किया जाता है कि विधि से उठाई जाने वाली संभावित त्रुटियों की जानकारी हैंडल करने के लिए आवश्यक होगी।
Explore Courses for Back-End Programming exam
Signup for Free!
Signup to see your scores go up within 7 days! Learn & Practice with 1000+ FREE Notes, Videos & Tests.
10M+ students study on EduRev
Related Searches

Objective type Questions

,

Summary

,

ppt

,

Extra Questions

,

Sample Paper

,

study material

,

MCQs

,

Lecture 35 Use of throws in checked exception in Java Hindi Video Lecture | Java Programming Fundamentals: For Beginners (in Hindi) - Back-End Programming

,

Free

,

shortcuts and tricks

,

Exam

,

mock tests for examination

,

past year papers

,

Semester Notes

,

Viva Questions

,

video lectures

,

Important questions

,

Lecture 35 Use of throws in checked exception in Java Hindi Video Lecture | Java Programming Fundamentals: For Beginners (in Hindi) - Back-End Programming

,

Previous Year Questions with Solutions

,

practice quizzes

,

Lecture 35 Use of throws in checked exception in Java Hindi Video Lecture | Java Programming Fundamentals: For Beginners (in Hindi) - Back-End Programming

,

pdf

;