Computer Science, asked by karanuday05, 6 months ago

THE WORKING OF JAVA VIRTUAL MACHINE.

Answers

Answered by Anonymous
2

see the attachment please !!!!!!!!!

Attachments:
Answered by khanasra92
1

Answer:

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.Java virtual machine

Designer

Sun Microsystems

Bits

32-bit

Introduced

1994

Version

14.0.1[1]

Type

Stack and register–register

Encoding

Variable

Branching

Compare and branch

Endianness

Big

Open

Yes

Registers. .

Similar questions