switch statements in hindi

Introduction  switch statements  में switch keyword use करते  हुए  एक condition pass की जाती है और नीचे के cases दिए हुए होते हैं | switch statement एक multi-way branch statement है।  जिस case  से  condition match  कर जाती है वहीं  case execute  हो जाते हैं  जैसे कि अनेक  variable की value 3 है तो  तीसरे  case  के  statements 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

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

what should i learn first coding or programming

code सीखने के बारे में सोच रहे हैं लेकिन सुनिश्चित नहीं है कि कहां से शुरू करें? सबसे सामान्य प्रश्नों में से एक हम सुनते हैं, “मुझे पहले कौन सी programming language सीखनी चाहिए?” Coding: coding के माध्यम से जब एक process एक language से दूसरी language में code बनाती है। इसमें instrction के अनुसार हम विभिन्न languages में लिखते हैं।  Programming: programming के माध्यम…

Read More

Figma for UI/UX Design 2021

What you’ll learn Understand Figma and its functionality Create a modern-looking website as per client requirement Create a color palette and choose color schemes according to the brand colors Understand typefaces, type scale, and create a Typography reference sheet Design easy to replicate designs using advanced Figma features such as Auto Layout Course content Introduction…

Read More

if statements in java in hindi

Introduction  if statement  के लिए  if keywords का  use किया जाता है। java statement  सबसे  simple decision-making statement है। इस keyword  के बाद  bracket में  conditions दी जाती है। यह  condition variable से related भी हो सकती है | और कोई  normal condition  भी हो सकती है। condition  के बाद  statement को  block कर  दिया जाता है और…

Read More

प्रोग्रामिंग तर्क कैसे विकसित करे | developed programming logic

अक्सर प्रोग्रामिंग की दुनिया में हर शुरुआती प्रोग्रामर को मुश्किल जाता है की प्रोग्रामिंग तर्क कैसे विकसित करे आप भी उन लोगो में से है तो हम आपको इस आर्टिकल में बताएँगे तो अंत तक बने रहियेगा ।  क्या आप एक नए डेवलपर हैं और हाल ही में प्रोग्रामिंग में कदम रखा है।जब आप देखते हैं कि प्रोग्रामिंग में तर्क प्राप्त नहीं कर रहे हैं तो आप निराश हो…

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