WWW and JAVA वर्ल्ड वाइड वेब और जावा का सम्बन्ध

🌍 What is the World Wide Web? वर्ल्ड वाइड वेब क्या है?

The World Wide Web (WWW), also called W3 or the Web, is a global system of interconnected public web pages that are accessible via the Internet.

वर्ल्ड वाइड वेब (WWW) को W3 या वेब भी कहा जाता है। यह इंटरनेट के माध्यम से पहुँच योग्य सार्वजनिक वेबपेजों की एक इंटरकनेक्टेड प्रणाली है।

🧠 Invented by Sir Tim Berners-Lee in 1989 at CERN (a European research organization).
🧠 सन 1989 में सर टिम बर्नर्स-ली ने इसे CERN संस्था में कार्य करते हुए विकसित किया था।


📊 Purpose of WWW WWW का उद्देश्य

The WWW was developed to facilitate automatic information sharing among researchers and scientists across the globe.

WWW का निर्माण विश्वभर के वैज्ञानिकों और शोधकर्ताओं के बीच स्वचालित सूचना साझा करने के लिए किया गया था।

It maintains web pages that provide both:

  • 📖 Information

  • ⚙️ Control


🔤 HTML in the Web वेब में HTML का उपयोग

Web pages are written using HTML (HyperText Markup Language) which contains tags that help in:

  • 📥 Retrieving documents (दस्तावेज़ प्राप्त करना)

  • ✍️ Modifying content (सामग्री में बदलाव करना)

  • 👁️ Displaying data (जानकारी प्रदर्शित करना)


☕ Java’s Role in the Web वेब में जावा की भूमिका

Before Java, the web was static — it could only show text, images, and icons.

जावा से पहले, WWW केवल स्थिर चित्रों और आइकनों तक ही सीमित था।

But Java transformed the WWW by enabling:

  • 🎞️ Animations (एनिमेशन)

  • 🎮 Games (गेम्स)

  • 🌈 Graphics & Effects (ग्राफिक्स एवं प्रभाव)

Java communicates with a web page through a special tag called <applet>.

जावा एक विशेष टैग <applet> के माध्यम से वेब पेज से संपर्क करता है।


🌐 How Java Works with WWW जावा और WWW कैसे कार्य करते हैं

Here's how Java interacts with a website:

  1. 🧑‍💻 A user makes an HTTP request to retrieve an HTML page via browser.
    उपयोगकर्ता ब्राउज़र के माध्यम से एक HTTP अनुरोध करता है।

  2. 🌐 The WWW processes the request and returns the HTML document.
    WWW अनुरोध को संसाधित कर HTML दस्तावेज़ वापस भेजता है।

  3. 🔖 The HTML contains an <applet> tag that identifies the Java applet.
    HTML में <applet> टैग होता है जो चाहे गए एप्लेट को पहचानता है।

  4. 💾 The applet is downloaded and run on the Java-enabled browser.
    एप्लेट डाउनलोड होकर जावा-सक्षम ब्राउज़र में रन होता है।

  5. 🖥️ The browser reads the bytecode and displays the output.
    ब्राउज़र बाइट कोड को पढ़ता है और आउटपुट प्रदान करता है।

Comments

Popular posts from this blog

What is a Web Browser? वेब ब्राउज़र क्या है?

Java's Support System जावा का सहयोगी तंत्र

The Internet and Java इंटरनेट और जावा का सम्बन्ध