Are JVM Platform independent

Опубликовано: 03 Сентябрь 2019
на канале: Giri's Tech Hub Pvt. Ltd. Pune.
2,902
47

/*
Are Jvm Platform indepenent ?
______________________________
JVM is not platform indepenent .
Jvm is platform dependent and its run time implementation design
as per the vendor operating system or as per the operating system

Q.why jvm is not platform independent ?
_______________________________________
because jvm needs to translate the java byte code to
machine code and machine code is strictly related with the
operating system .
It changes by cpu to cpu and os to os .
so jvm translate the unique programming language (java)
in to multiple machine language
so jvm design seperately for every operating system
so jvm is not platform independent