Math, asked by sarahtaylor, 9 months ago

Describe about the pic​

Attachments:

Answers

Answered by abhinavmishra2006
0

Answer:

next →← prev

JVM (Java Virtual Machine) Architecture

Java Virtual Machine

Internal Architecture of JVM

JVM (Java Virtual Machine) is an abstract machine. It is a specification that provides runtime environment in which java bytecode can be executed.

JVMs are available for many hardware and software platforms (i.e. JVM is platform dependent).

What is JVM

It is:

A specification where working of Java Virtual Machine is specified. But implementation provider is independent to choose the algorithm. Its implementation has been provided by Oracle and other companies.

An implementation Its implementation is known as JRE (Java Runtime Environment).

Runtime Instance Whenever you write java command on the command prompt to run the java class, an instance of JVM is created.

Step-by-step explanation:

Answered by avitaylor101
0

Step-by-step explanation:

The pic show the relation of JVK and JMV

Similar questions