types of loop in java

प्रोग्रामिंग की भाषा में  Looping एक ऐसा  feature है जो  instructions/functions के एक सेट को बार-बार execution करने की  सुविधा प्रदान  करता  है |   एक ही statement को  बार  बार दोहराना  ही  Looping  होता  है | Java  Loops While – Loop Do – while Loop For – Loop While Loop while एक entry controlled loop है |   while loop में  जब तक condition true है  तब…

Read More

inheritance in java hindi

inheritance inheritance में  आपने कोई class  पहले से बना रखी है और इन class के कुछ ऐसे method है जो आपकी दूसरी class में भी काम आ सकते हैं। इन method को दोबारा लिखने की बजाय आप  पिछली  याने की पुरानी class में उन method को access  कर सकते हैं। ऐसा करने के लिए जो class methods…

Read More

String in java hindi

String जावा में  string  एक  non- primitive Data type  है। string एक से अधिक characters का समूह होता है।  string को Double quotes (”  “) में लिखते हैं। जावा में string का ऑब्जेक्ट क्रिएट  किया  जाता है। लेकिन C और C++ में  string के लिए  character data type  और array का उपयोग किया जाता है। string यह  java.lang…

Read More

Revnue Off-campus Recruitment Drive | Backend Developer | Bachelor’s Degree

 Revnue Off-campus Recruitment Drive | Backend Developer | Bachelor’s Degree Role: Back-End Developer At Revnue, we are bringing the future of AI-powered contract management to the world. We believe AI has the ability to provide deep insights into contracts to businesses everywhere. Our extensible platform brings full traceability across Contracts, Assets, SaaS, Suppliers, and Customers…

Read More

Microsoft Hiring for Software Engineering Role Full-Time Opportunity for University Graduates

Microsoft Hiring for Software Engineering Role Full-Time Opportunity for University Graduates – Great Opportunity  Responsibilities Software Engineers are primarily responsible for: Planning: o Understanding customer requirements. o Assisting with project planning, scoping, and prioritization. o Providing estimates; Join Our Telegram Channel  Identifying task ownership. Design: o Creating simple, flexible, and comprehensive designs. o Providing and…

Read More

Wrapper Classes in Java hindi

java में Wrapper Class एक ऐसा class  है  जिसका  object wraps करता  है या जिसमें data types एक  प्रकार होता  हैं। Wrapper classes  objects  के रूप में  primitive data types (int, boolean) का उपयोग करने का एक तरीका provide करता हैं। java  में  wrapper class  primitive को object में और object को primitive में बदलने के लिए mechanism provide करता…

Read More

पाइथन वेरिएबल क्या है ?

आज इस लेख में देखेंगे पाइथन वेरिएबल क्या है ?  प्रोग्रामिंग का एक  विशाल हिस्सा logic है। हम एक ही चीज को दो बार करना पसंद नहीं करते हैं इसलिए variable को value assign करते है।  हम मुख्य रूप से उन मामलों को करना पसंद नहीं करते हैं जब हम अपने कंप्यूटर को हमारे हिसाब से कर सकते हैं। यह वह जगह है…

Read More

encapsulation in java hindi

Introduction  encapsulation को single unit के तहत data के wrapping up के रूप में defined किया गया है | An act of combining properties and methods related to the same object is known as encapsulation. encapsulation private और protected  access modifier को implement करता  है। Data encapsulation class के attributes और method को combine  करके रखता है…

Read More