- 4
Java
JVM,JRE and JDK are platform dependent, but java is platform independent. To what extent is this statement true ?
1 ответ
+ 1
JVM is layer which separate your java code from OS resources and hardware where it is possible, eg you can't manipulate memory.