• About Us
  • Contact Us
  • Privacy Policy
  • Terms & Conditions
  • Disclaimer
EquickLearning - Learn Any Where
EquickLearning - Learn Any Where

Mega_Menu

  • ×
  • Home
  • Windows Server
    • All
    • Server
    • Activity Directory
    • Programming
      • ALL
      • JAVA
      • PHP
      • Installation
        • Windows Server
        • Laravel
        • JDk
        • Software
        • BOOKS
        • Buy Here
        • Pages
          • • About Us
          • • Contact Us
          • • Privacy Policy
          • • Disclaimer
          Search
          HomeJAVAEquickLearning - What is Java & its Features in hindi(जावा और इसकी विशेषताएं क्या हैं)?

          EquickLearning - What is Java & its Features in hindi(जावा और इसकी विशेषताएं क्या हैं)?

          byAnuj Dwivedi23 -December 07, 2019


          हैलो दोस्तों कैसे है आप सभी, मैं आशा करता हूँ की आप सभी अच्छे 😊 ही होंगे | तो दोस्तों मैं अ‍नुज द्विवेदी आज आप सबके के लिये एक Technology से Related पोस्ट लेकर आया हूँ| जिसमे मै आपको JAVA Programming के बारे मे और उसके Features के बारे मे बताउंगा|

          What is Java ?

          JAVA एक Object-Oriented, class-based और General-Purpose Programming language है | JAVA को Sun MicroSystem ने
          James Gosling की मदद से 1991 में प्रतिपादित किया था | JAVA का old नाम OAK था 1995 में इसका नाम JAVA रखा गया|
          JAVA में जो भी source code लिखा जाता है वह compile होकर bytecode generate करता है जोकि किसी भी platform पर run हो सकता है बस condition ये है कि उस platform पर उसका JVM install होना चाहिये। मतलब JAVA platform पर नही बल्कि JVM पर dependent होती है। JAVA में लिखा हुआ source code mostly सभी operating system (including Windows, Linux, MacOS…etc) पर run हो जाता है। जावा लगभग 3-बिलियन devices के द्वारा उपयोग किया जाता है| इसका उपयोग robust technology में अत्यधिक होता हैं। JAVA एक  Platform-independent, Portable, Distributed, Secure, Architecture-neutral, High-performance Programming language हैं।

          Features:-

          1. Simple
          2.Plateform Independent
          3. Object Oriented
          4. Dynamic
          5. MultiThreaded
          6. Distributed
          7. Secure
          8. High Performance
          9. Portable
          10. Robust

          1. Simple:-

          जावा को simple इसलिये कहा जाता है क्यूँकि इसका Syantax C & C++ Friendly है इसका मतलब जिनको basic C & C++ का
          ज्ञान होता है उन्हें JAVA सीखने में आसानी होती है और कोई दिक्कत नहीं आती।

          Contents
          1 What is Windows Server 2003 in Hindi?
          2 What are anomalies in DBMS?
          3 How to approved Goggle AdSense eligibility?
          4 Difference b/w Windows 2000 Server and Windows server 2003?
          5 What is MS Word in Hindi 
          6  How to fix Breadcrumbs error in Hindi

          2. Platform-Independent:-

          जावा language में लिखा गया source code जब JAVA compiler द्वारा byte code में convert कर दिया जाता है तो यह code किसी
          भी OS में आसानी से run करता है। JAVA platform independent और JVM dependent होता है। प्रत्येक OS के लिये अलग अलग JVM
          होता है।

          3. Object-Oriented Programming Language:-

          जावा Object-Oriented Programming Language है। क्योकि यह सभी data को object के form में represent करती है object
          reference का use करके हम methods and variables को call करते हैं जोकि उस class में present होती हैं। इसमें सभी
          program Class के अंदर Object के रूप में होते है।

          4. Dynamic:-

          Dynamic का मतलब है कि JAVA runtime पर memory का allocation करती है और जो भी unused variable and objects होते हैं
          उनकी memory को release कर देती है।


          5. Multithreaded:-

          JAVA में हम large programs को small task या processes में divide कर सकते हैं, जिसे threads कहते हैं इससे program का
          execution fast हो जाता है।

          6. Distributed:-

          JAVA कि help से हम Distributed application develop कर सकते है जोकि different-different platforms पर run हो सकता है।


          7. Secure:-

          JAVA में JVM के अदर security checks लगे होते हैं जो JAVA के bytecode को verify करते हैं कि कही इसमे कोई ऐसा code तो
          नही जो system को harm करे इसलिये JAVA Secure language होती है।

          8. High Performance:-

          अ‌गर कोई technology Secure, Distributed, Multithreaded, Dynamic होती है तो वह High performance perform करती है।

          9. Portable:-

          JAVA के Bytecode को आसनी से किसी भी Platform पर run किया जा सकता है, इसके लिये Source code में कोई भी change करने की
          जरुरत नही होती इसलिये यह Portable है।

          10. Robust:-

          JAVA robust technology है क्योकि JAVA के पास exception handling and dynamic memory allocation का feature है।

          Final Word:-


          तो दोस्तों आज मैंने आप को What is Java & its Features पूरा details मे बताया है| अगर आप के पास भी कोई ऐसे ही जावा से related Knowledge है तो Comment Section में अपने Idea को जरुर Share करे|

          तो दोस्तों मै आशा करता हूँ की आपको ये Post पसंद आई होगी| अगर आप को ये Post थोड़ी सी भी Useful/Helpful लगी हो Please Follow and Comment जरुर करे और इसे अपने सभी दोस्तों और Family के साथ Share करे! धन्यबाद|
          • Newer

          • Older

            EquickLearning - What is Java & its Features in hindi(जावा और इसकी विशेषताएं क्या हैं)?

          Posted by Anuj Dwivedi

          https://equick-learning.blogspot.com/
          I am Anuj Dwivedi from UP. I am Founder of equicklearning.com . I'm a student of Computer Science and Engineering. I am a full stack developer Currently i'm working on JAVA Based Web Application, Web technology like JSP, SWING, HTML, CSS, JQUERY and also Android App Development.

          You might like

          Show more

          Types of Inheritance in Java in Hindi | How many types of Inheritance in Java

          May 30, 2020

          What is Inheritance in JAVA in Hindi ? | What Inheritance in OOPs Concept ?

          May 25, 2020

          What is Applet in Java in Hindi | Applet Life Cycle in Hindi

          May 14, 2020

          23 Comments

          You are welcome to share your ideas with us in comments

          1. Ashish YadavDecember 7, 2019 at 8:57 PM

            It is useful and easy language

            ReplyDelete
            Replies
              Reply
          2. Shivam DwivediDecember 7, 2019 at 9:39 PM

            👌👌

            ReplyDelete
            Replies
              Reply
          3. UnknownDecember 7, 2019 at 9:44 PM

            Nice

            ReplyDelete
            Replies
              Reply
          4. UnknownDecember 7, 2019 at 9:47 PM

            Wow nice...👌👌👌👌

            ReplyDelete
            Replies
              Reply
          5. UnknownDecember 7, 2019 at 9:53 PM

            Nice...👌👌

            ReplyDelete
            Replies
              Reply
          6. UnknownDecember 7, 2019 at 9:54 PM

            Good work on this topic 👌👌👌

            ReplyDelete
            Replies
              Reply
          7. UnknownDecember 7, 2019 at 10:19 PM

            Very very good project

            ReplyDelete
            Replies
              Reply
          8. Gudiya yadavDecember 7, 2019 at 10:45 PM

            Nice

            ReplyDelete
            Replies
              Reply
          9. NiceDecember 7, 2019 at 10:48 PM

            Very nice

            ReplyDelete
            Replies
              Reply
          10. Priya senDecember 7, 2019 at 10:53 PM

            This comment has been removed by the author.

            ReplyDelete
            Replies
              Reply
          11. Priya senDecember 7, 2019 at 10:56 PM

            Good work on this topic 😊😊

            ReplyDelete
            Replies
            1. NiceDecember 7, 2019 at 11:00 PM

              Good work

              Delete
              Replies
                Reply
            2. Reply
          12. NiceDecember 7, 2019 at 10:58 PM

            Nice

            ReplyDelete
            Replies
              Reply
          13. NiceDecember 7, 2019 at 11:14 PM

            Nice job

            ReplyDelete
            Replies
              Reply
          14. khabartime.comDecember 7, 2019 at 11:16 PM

            Nice

            ReplyDelete
            Replies
              Reply
          15. NiceDecember 7, 2019 at 11:20 PM

            Good work

            ReplyDelete
            Replies
              Reply
          16. NiceDecember 7, 2019 at 11:22 PM

            Good work on this topic

            ReplyDelete
            Replies
              Reply
          17. UnknownDecember 8, 2019 at 8:44 AM

            Very good projects

            ReplyDelete
            Replies
              Reply
          18. UnknownDecember 8, 2019 at 6:11 PM

            Nice

            ReplyDelete
            Replies
              Reply
          19. Bhaskar bloggerDecember 9, 2019 at 5:06 PM

            Nyc bhai kya baat hai

            ReplyDelete
            Replies
              Reply
          20. UnknownDecember 9, 2019 at 6:29 PM

            👍

            ReplyDelete
            Replies
              Reply
          21. UnknownDecember 9, 2019 at 6:30 PM

            😊

            ReplyDelete
            Replies
              Reply
          22. Anuj DwivediDecember 27, 2019 at 12:06 AM

            thanks all of you

            ReplyDelete
            Replies
              Reply
          Add comment
          Load more...

          Post a Comment

          You are welcome to share your ideas with us in comments

          Follow Us

          • 1.3k
          • 30
          • 190
          • Popular
          • Recents
          • Comments

          Popular

          EquickLearning - How to set Java Environment or Path on Windows 10 in Hindi(विंडोज पर जावा का पाथ कैसे सेट करें हिंदी में )

          December 22, 2019

          Recents

          Havard University Courses and Certification | Top 9 Havard University and Microsoft Courses

          October 19, 2020

          What is Network Topology in Hindi? | How many types of Network Topology?

          October 10, 2020

          What are the different types of Cables in Hindi?

          October 10, 2020

          Comments

          Anonymous

          Very useful contents bro and helpful thank you 👍...

          Anuj Dwivedi

          Thank you

          Sudhanshu Gupta

          Finally Smajh me aaya👏 Vidya me to kuch aur hi La...

          Categories

          • COMPUTER(7)
          • Cryptography(1)
          • DBMS(4)
          • INTERNET(5)
          • JAVA(8)
          • Programming(9)
          • Security(13)
          • Windows_Server(25)
          EquickLearning - Learn Any Where

          About Us

          मैंने इस site को लिखा और develop किया है ताकि students computer science से संबंधित तकनीकों को आसानी से सीख सकें। मैं विभिन्न तकनीकों पर आसान information प्रदान करने के लिए committed हूं। मुझे उम्मीद है कि यह आपकी बहुत मदद करेगा। - Anuj Dwivedi

          DMCA.com Protection Status
          All Right Reserved Copyright © Equicklearning.Com
          • About
          • Contact Us
          • Privacy Policy
          • Terms & Conditions
          • Disclaimer

          Contact Form