+ 6
Java is platform independent?? its Because of JVM, JDK and JRE... so What is dependent and independent of JVM,JDK and JRE... ???
2 Respuestas
+ 2
java is platform independent language but JVM is not platform independent.Jvm main function is to load java program or the same java program in all environment.due to which java program became platform independent but JVM not .