JVM - definition. What is JVM
Diclib.com
قاموس ChatGPT
أدخل كلمة أو عبارة بأي لغة 👆
اللغة:

ترجمة وتحليل الكلمات عن طريق الذكاء الاصطناعي ChatGPT

في هذه الصفحة يمكنك الحصول على تحليل مفصل لكلمة أو عبارة باستخدام أفضل تقنيات الذكاء الاصطناعي المتوفرة اليوم:

  • كيف يتم استخدام الكلمة في اللغة
  • تردد الكلمة
  • ما إذا كانت الكلمة تستخدم في كثير من الأحيان في اللغة المنطوقة أو المكتوبة
  • خيارات الترجمة إلى الروسية أو الإسبانية، على التوالي
  • أمثلة على استخدام الكلمة (عدة عبارات مع الترجمة)
  • أصل الكلمة

%ما هو (من)٪ 1 - تعريف

RUNTIME ENVIRONMENT THAT CAN EXECUTE JAVA BYTECODE AS A RESULT OF COMPILING COMPUTER PROGRAMS WRITTEN IN THE JAVA PROGRAMMING LANGUAGE
Jvm; JVM; Java VM; JavaVM; Java vm; Java sandbox; C to Java byte-code compiler; Java runtime system; C to Java Virtual Machine compilers; JSR 924; Java Virtual Machine heap; JVM heap; Permanent Generation; Jvm architecture; Permanent generation; Permgen; PermGen; Jucheck.exe process; Java Virtual Machine; Java Virtual Machine Specification; Java runtime; TeaVM; Bck2Brwsr; Java-to-JavaScript compilers
  • Overview of a Java virtual machine (JVM) architecture based on The Java Virtual Machine Specification Java SE 7 Edition

JVM         
Java Virtual Machine (Reference: Java)
JVM         
Java VM         

ويكيبيديا

Java virtual machine

A Java virtual machine (JVM) is a virtual machine that enables a computer to run Java programs as well as programs written in other languages that are also compiled to Java bytecode. The JVM is detailed by a specification that formally describes what is required in a JVM implementation. Having a specification ensures interoperability of Java programs across different implementations so that program authors using the Java Development Kit (JDK) need not worry about idiosyncrasies of the underlying hardware platform.

The JVM reference implementation is developed by the OpenJDK project as open source code and includes a JIT compiler called HotSpot. The commercially supported Java releases available from Oracle are based on the OpenJDK runtime. Eclipse OpenJ9 is another open source JVM for OpenJDK.