What is a JRE (Java runtime environment)? Download
Download JRE for All Operating System go to Bottom of this page
What is a JRE (Java runtime environment)?
Overview
A JRE (Java runtime environment) is a set of components to
create and run a Java application. A JRE is part of a Java development kit
(JDK).
जावा जेआरई (रनटाइम
एनवायरनमेंट) जावा एप्लिकेशन
बनाने और चलाने के लिए घटकों का एक सेट है। JRE जावा डेवलपमेंट
किट (JDK) का हिस्सा है।
A JRE is made up of a Java virtual machine (JVM), Java class
libraries, and the Java class loader. JDKs are used to develop Java software,
JREs provide programming tools and deployment technologies and JVMs execute
Java programs.
JRE जावा वर्चुअल मशीन (JVM), जावा
क्लास लाइब्रेरी और जावा क्लास लोडर से बना होता है। जावा सॉफ्टवेयर विकसित करने
के लिए JDK का उपयोग किया जाता है, JREs प्रोग्रामिंग
टूल और परिनियोजन तकनीक प्रदान करते हैं और जेवीएम जावा
प्रोग्राम निष्पादित करते हैं।
A software program needs to execute, and to do that it needs
an environment to run in. The runtime environment loads class files and ensures
there is access to memory and other system resources to run them. In the past,
most software used the operating system (OS) as its runtime environment. The
program ran inside whatever computer it was on, but relied on operating system
settings for resource access. Resources in this case would be things like
memory and program files and dependencies. The Java Runtime Environment changed
all that, at least for Java programs.
एक सॉफ़्टवेयर प्रोग्राम को निष्पादित करने की
आवश्यकता होती है, और ऐसा करने के लिए इसे चलाने के लिए एक
वातावरण की आवश्यकता होती है। रनटाइम वातावरण क्लास फ़ाइलों को लोड करता है और
सुनिश्चित करता है कि उन्हें चलाने के लिए मेमोरी और अन्य सिस्टम संसाधनों तक
पहुंच है। अतीत में, अधिकांश सॉफ़्टवेयर ऑपरेटिंग सिस्टम (OS) को
अपने रनटाइम वातावरण के रूप में उपयोग करते थे। प्रोग्राम किसी भी कंप्यूटर पर
चलता था, लेकिन संसाधन पहुंच के लिए ऑपरेटिंग सिस्टम
सेटिंग्स पर निर्भर था। इस मामले में संसाधन स्मृति और प्रोग्राम फ़ाइलों और
निर्भरताओं जैसी चीजें होंगी। जावा रनटाइम एनवायरनमेंट ने वह सब बदल दिया, कम
से कम जावा प्रोग्राम के लिए।
A brief history of Java
Java is an object-oriented programming language created in
1995 that developers and programmers use to communicate instructions to a
computer. Java remains one of the most popular programming languages
today.
जावा एक ऑब्जेक्ट-ओरिएंटेड प्रोग्रामिंग
लैंग्वेज है जिसे 1995 में बनाया गया था जिसका उपयोग डेवलपर्स और
प्रोग्रामर कंप्यूटर पर निर्देशों को संप्रेषित करने के लिए करते हैं। जावा आज भी
सबसे लोकप्रिय प्रोग्रामिंग भाषाओं में से एक है।
Why use a Java runtime environment?
In order for software to execute a program, it needs an
environment to run in—usually an operating system (OS) like Linux, UNIX,
Microsoft Windows, or MacOS. With no other supporting environments, programs
are constrained by the capabilities of the OS and its resources (such as memory
and program files).
A JRE acts as a kind of translator and facilitator between
the Java program and the OS.
किसी प्रोग्राम को निष्पादित करने के लिए
सॉफ़्टवेयर के लिए, इसे चलाने के लिए एक वातावरण की आवश्यकता होती
है - आमतौर पर एक ऑपरेटिंग सिस्टम (OS) जैसे Linux,
UNIX, Microsoft Windows, या MacOS। कोई अन्य
सहायक वातावरण नहीं होने से, प्रोग्राम OS और
उसके संसाधनों (जैसे मेमोरी और प्रोग्राम फ़ाइलें) की क्षमताओं से बाधित होते हैं।
एक JRE जावा प्रोग्राम
और OS के बीच एक प्रकार के अनुवादक और सूत्रधार के रूप में कार्य करता है।
How does a Java runtime environment work?
A Java runtime environment runs on top of the OS and provides
additional Java-specific resources. It abstracts the OS and creates a
consistent platform on which to run and deploy Java applications. The 3
components of the JRE work together within this environment to successfully run
a Java application.
The Java class libraries contain collections of prewritten
code that can be called when needed. The class loader connects class libraries
with the JVM and loads them into the JVM while the program is running. The JVM
then executes the code.
जावा रनटाइम वातावरण ओएस के शीर्ष पर चलता है
और अतिरिक्त जावा-विशिष्ट संसाधन प्रदान करता है। यह ओएस को सारगर्भित करता है और
जावा अनुप्रयोगों को चलाने और तैनात करने के लिए एक सुसंगत मंच बनाता है। JRE
के 3
घटक जावा एप्लिकेशन को सफलतापूर्वक चलाने के लिए इस वातावरण में एक साथ काम करते
हैं।
जावा क्लास लाइब्रेरी में पूर्व-लिखित कोड का
संग्रह होता है जिसे जरूरत पड़ने पर कॉल किया जा सकता है। क्लास लोडर क्लास
लाइब्रेरी को JVM से जोड़ता है और प्रोग्राम के चलने के दौरान
उन्हें JVM में लोड करता है। JVM तब कोड
निष्पादित करता है।
Post a Comment