Java | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
- 4

Java

JVM,JRE and JDK are platform dependent, but java is platform independent. To what extent is this statement true ?

26th Jun 2021, 1:55 PM
Iam_IKHINE
Iam_IKHINE - avatar
1 Answer
+ 1
JVM is layer which separate your java code from OS resources and hardware where it is possible, eg you can't manipulate memory.
27th Jun 2021, 10:06 AM
zemiak