Explain About JVM?

All language compilers translate source code into machine code for a specific computer.

Java complier also does the same thing.

Java complier produces an intermediate code thrown as byte code for a machine that does not exist.

This machine is called the java virtual machine and it exists only inside the computer memory.

jvm1


The virtual machine code is not machine specific code.

The machine specific code is generated by the Java interpreter by acting as an intermediary between the virtual machine is the real machine.


jvm2



Related

Differences between while and do–while loops

While Loop: It is a looping construct that will execute only it the test condition is true. It is an entry-controlled loop. It is used for implementing common loopin...

Features of for Loop

More than one variable can be initialized at a time in the for statement. Ex : for (p = 1, n = 0 ; n < 17 ; + + n). The increment section may also have more than o...

Nesting of for loops in java

Nesting of loops, i.e., one for statement with in another for statement is allowed in Java. For ex:–two loops can be nested as follows. The nesting may continue up to any desired ...

Post a Comment

emo-but-icon
:noprob:
:smile:
:shy:
:trope:
:sneered:
:happy:
:escort:
:rapt:
:love:
:heart:
:angry:
:hate:
:sad:
:sigh:
:disappointed:
:cry:
:fear:
:surprise:
:unbelieve:
:shit:
:like:
:dislike:
:clap:
:cuff:
:fist:
:ok:
:file:
:link:
:place:
:contact:

item