26 Results for:JVM

  • Sort by: 

Java virtual machine (JVM)

A Java virtual machine (JVM), an implementation of the Java Virtual Machine Specification, interprets compiled Java binary code (called bytecode) for a computer's processor (or "hardware platform") so that it can ... Read Full Definition

Associated Glossaries

Java Flight Recorder

Java Flight Recorder is a Java Virtual Machine (JVM) profiler that gathers performance metrics without placing a significant load on resources. Read Full Definition

Associated Glossaries

Micronaut framework

Micronaut is an open source JVM-based software framework for building lightweight, modular applications and microservices. Read Full Definition

Associated Glossaries

Java Mission Control

Java Mission Control is a performance-analysis tool that renders sampled JVM metrics in easy-to-understand graphs, tables, histograms, lists and charts. Read Full Definition

Groovy

Groovy is a dynamic object-oriented programming language for the Java virtual machine (JVM) that can be used anywhere Java is used. Read Full Definition

Associated Glossaries

GraalVM

GraalVM is a tool for developers to write and execute Java code. Read Full Definition

Associated Glossaries

bytecode

Bytecode is computer object code that an interpreter converts into binary machine code so it can be read by a computer's hardware processor. Read Full Definition

Java

Java is a widely used programming language expressly designed for coding applications and services used in the distributed environment of the internet. Read Full Definition

Associated Glossaries

Java assert

The Java assert is a mechanism used primarily in nonproduction environments to test for extraordinary conditions that will never be encountered unless a bug exists somewhere in the code. Read Full Definition

Associated Glossaries

Java Development Kit (JDK)

The Java Development Kit (JDK) provides the foundation upon which all applications that are targeted toward the Java platform are built. Read Full Definition

Associated Glossaries