Java | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
- 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 Antwort
+ 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