complete Java Interview Bootcamp and project

 Core Java Interview Bootcamp Successfully pass a job interview The course basically aims at providing an in-depth explanation to most continuously asked questions through very engaging animated PPTs. Whether it’s a string, exceptions, or multi-threading, I have got your back on most asked questions from these topics. The much important thing is the clear and…

Read More

Build Python Django Real Project: Django Web Development course free download

Step By Step Develop Real Django Project with PostgreSQL & Deploy on Heroku. Most Powerful Way of Learning Django What you’ll learn Make real project according to the client requirements Implement HTML/Bootstrap template & Customise Django Admin Panel PostgreSQL Database & Deploy it into Production Server Setup Virtual Environment Creating Django Apps Git Implementing HTML…

Read More

List of java keywords in Hindi

जावा में रिज़र्व कीवर्ड क्या है? (What is the reserved keyword in java) आज हम देखेंगे जावा में कीवर्ड कैसे काम करता है यह जानने के लिए  अपने कोड में उपयोग होने वाले कीवर्ड को अधिक प्रभावी ढंग से कैसे  उपयोग करे यह उद्धरण के साथ देखेंगे।  जावा कीवर्ड को रिज़र्व कीवर्ड भी कहा जाता है यह किसी विशेष  आंतरिक प्रक्रिया के लिए उपयोग किए जाते हैं।  जावा कीवर्ड को वेरिएबल नाम…

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

java comments in hindi

जावा कोड को समझने के लिए और इसे अधिक मानव पढ़ने योग्य बनाने के लिए कमेंट्स का उपयोग किया जाता है। कमेंट्स का कोड रखरखाव का उचित उपयोग और बग को आसानी  से डिटेक्ट करता  है।  क्योकि भविष्य में आपका कोड कोई भी देखे तो आसानी से समझे |  जावा कमेंट्स को कम्पाइलर और इंटरप्रेटर execute नहीं  करते है |जावा कमेंट्स यह वेरिएबल ,मेथड,क्लास  या कोई भी स्टेटमेंट्स  की जानकारी देता है | …

Read More

Access Modifiers in Java hindi

                             Access Modifiers java  में दो प्रकार के modifiers  हैं – access modifier और non-access modifiers। java classes ,variables, methods और constructors के लिए access levels  set  करने के लिए कई access modifiers provide करता है।  java  में चार  प्रकार  के  access modifiers हैं – Default :-  default…

Read More

java virtual machine hindi

JVM (java virtual machine) Java Virtual Machine एक  runtime environment  provide करने के लिए एक specification है |  जिस पर एक bytecode  execute किया जा सकता है। jvm तैयार किए गए platform specific हैं और लगभग सभी hardware और  machine के लिए उपलब्ध हैं।  JVM कई  hardware और  Software platform के लिए उपलब्ध हैं (यानी JVM  platform पर निर्भर…

Read More