• Skip to main content

eStudyHindi

Computer Notes in Hindi

staff

What is Unit Testing in Hindi?

by staff

Hello friends ! इस पोस्ट में आपको Unit Testing के बारें में बताया जायेगा तथा यह क्या और क्यों होती है? इसके बारें में समझेगे, तो चलिए शुरू करते है:- What is Unit Testing? Unit testing सॉफ्टवेर टेस्टिंग की एक तरीका है जिसमें software और application के सबसे छोटे भाग (जिन्हें हम units कहते है) […]

Filed Under: General

What is Semaphore in O/S in Hindi

by staff

Hello दोस्तों ! इस Post में आपको semaphore के बारें में बताया जायेगा तथा यह क्या और क्यों होती है इसके बारें में भी बात करेगे, तो चलिए शुरू करते है:- What is Semaphores? Operating System के semaphore को आप simple तौर पर एक variable के रूप में use कर सकते हैं। इस variable का […]

Filed Under: General

Java Object in Hindi, with Example

by staff

इस Post में आपको बताया जायेगा कि Java में Objects की importance और इसके उपयोग के बारे में जानेगे, तो चलिए शुरू करते है| Object in Java, with Example in Hindi Java Objects Integer जैसे एक type है, उसके variables create किये जाते है। वैसे ही java class भी एक type होती है। जिसके variables […]

Filed Under: General

Data Structure – Queue in Hindi?

by staff

आज हम इस पोस्ट में Data Structure Queue के बारें में पढेंगे, तो चलिए शुरू करते है:- Introduction to Queue Queue एक linear data structure है। यह FIFO (first in first out) के सिद्धान्त पर कार्य करता है, Queue में नए element का addition एक तरफ (rear/ पीछे) से और पुराने elements का deletion दूसरी […]

Filed Under: General

What is Variable, How to use Variable in Java in Hindi?

by staff

Variable एक स्टोरेज एरिया होता है जिसका प्रयोग डेटा को स्टोर करने के लिए किया जाता है. Variable Data को contain किये रहता है जिसे प्रोग्राम execution के समय कभी भी बदला जा सकता है| Program की जरूरत के आधार पर किसी Data को Store करने के लिए Computer की Memory में Space Reserve करने […]

Filed Under: General

Data Structure – Stack in Hindi?

by staff

Stack सर्वाधिक प्रयोग किये जाने वाला data structure है। Stack data structure का programming के क्षेत्र में बहुत अधिक महत्व है। Introduction to Stack Stack एक विशेष प्रकार का Linear Data Structure होता है जो कि LIFO (last in first out) के सिद्धान्त पर कार्य करता है अर्थात वह item जो कि सबसे अंत में add किया जाता है उसे सबसे पहले remove कर दिया जाता है तथा जो item सबसे पहले add किया जाता है उसे […]

Filed Under: General

  • « Go to Previous Page
  • Go to page 1
  • Go to page 2
  • Go to page 3
  • Go to page 4
  • Go to page 5
  • Interim pages omitted …
  • Go to page 7
  • Go to Next Page »

Copyright © 2023