How to install python (on windows )in hindi?

Python को कैसे इनस्टॉल करते है उसे पहले हम थोड़ा ये जान लेते है की पाइथन क्या है | पाइथन क्या है |(what is python ?) पाइथन एक प्रकार की प्रोग्रामिंग लैंग्वेज है | पाइथन को Guido Van Rossum ने विकसित किया है | यह Read more

How to hide hard disk drive ?

आज हम कंप्यूटर hard डिस्क ड्राइव को हाईड करना सिखेंगे | कंप्यूटर hard डिस्क ड्राइव को hide करने के लिए निचे दिए गए स्टेप्स को follow करे | Step 1 :- सबसे पहले आप सर्च बार मे जा के control panel को सर्च करे | Read more

What is JRE & JVM in Hindi ?

What is java virtual machine – JVM क्या है ? JVM का पूरा नाम java virtual machine है | ये एक प्रकार की वर्चुअल मशीन है | जो runtime environment उपलब्ध करता है | जावा के प्रोग्राम को run करने क लिए हमे JVM की Read more

How to install java ?

How to install java & set the path ? java download link :- https://www.oracle.com/technetwork/java/javase/downloads/index.html note :- java 12.0.1 is the latest version for the java SE plateform. step 1:-  open your web browser & search download java . or click on this link :- https://www.oracle.com/technetwork/java/javase/downloads/index.html Read more

What is APPLET ?

JAVA – APPLET Applet is a type of java program . Applet is embedded in the web pages and create/design  the dynamic web page / content. Applet program runs inside web browser and works client sides. Applet are use to create the dynamic and entertaining Read more

Semaphores in hindi

Semaphores ? Semaphore एक  synchronisation tool या  method होता है  | जो की एक integer variable होता है |  और इस variable का प्रयोग critical section problem को solved करने मे किया जाता है | integer variable मे जो value होगी उसे mutual exclusive  द्वारा Read more

Demand Paging

Demand Paging ( paging system + swapping):- Demand paging is used in virtual memory system. Demand  paging system is similar to a paging system with swapping. The processes reside in secondary memory & pages are loaded only on demand  not a advance. when we want Read more