This Website for Those Students who are searching for a platform to study online in their own Language Hindi, on this website they will learn all courses like IAS, programming, web designing, data science, and competitive exam preparation, etc.


Java Comments

Java Comments

Java Comments





हेलो दोस्तों आज इस lession में जानेंगे की Java Comments क्या होते है और कैसे Use करते है तो चलिए सुरु करते है।

दोस्तों Java में Comments का Use हम जब करते है जब हमें Program मै किसी Code Block या कोई Important Line Of Code को Exaplain करने के लिए ताकि कोई और Programmer उस code का मतलब समझ जाये

या अगर हम खुद अगर बहुत महीनो या साल बाद अगर दुबारा अपने code को देखे तो हमे समझ आ जाये की यहाँ क्या हो रहा है या इस कोड का मतलब क्या है.

दोस्तों Comment Programme मे not executed Line होती है इसका मतलब जब कोड कम्प्लीट होगा तो जिसे हमे Comment बनाया है वो लाइन executed नहीं होगी.

तो अब हमे Comment के बारे में तो जान लिया अब जानते है की इसे कैसे बनाते है और इनके कितने टाइप होते है .



Type Of Comments

तो Java में Comment के 2 Type होते है.



  1. Singal Line Comment
  2. Multiple Line Comment


1 . Singal Line Comment


जैसे आपको इसके नाम से अंदाजा हो रहा होगा Singal Line कमेंट वो Comments होते है जिसे हमे Singal Line मे लिखते है मतलब एक ही लाइन मै और इसको बनाने के लिए Line की शुरुआत में 2 forward slashes (//) लगाते है तो वो Singal Line Comment बन जाते है .



Example :
    

    // This is a Singal Line comment
    System.out.println("Hello World");

   
   


2 . Multi-line Comments

वैसे ही Multi-line Comments वो Comments होते है जिसे हम Multiple Line मे लिखते है जैसे अगर हमे कोई बड़ा कमेंट लिखना होतो तो आपको Multi-line Comments use कर सकते है
इसको बनाने के लिए आपको पहली लाइन के पहले आपको ये /* और Line के End में */ लगाना होगा तो इस तरह आप Multi-line Comments बना सकते हो।



    
  
       /* This is 
       Multi-line 
      Comments
      */
      System.out.println("Hello World");

   
   

तो दोस्तों आज आपने जाना की Java में कमैंट्स क्या होते है उम्मीद है की आपको सब समझ आया होगा फिर भी अगर आपको कोई दिकत आती है तो आप Comments सेक्शन मे Comment कर सकते हो।

Thank You 🙏.
Previous
Next Post »

Quote

"Educationists should build the capacities of the spirit of inquiry, creativity, entrepreneurial and moral leadership among students and become their role model."

Dr. Abdual Kalam