0
if the JRE is platform dependent then how is java platform independent?
1 Respuesta
+ 2
Its JVM that's responsible for converting our Java code into machine readable code .JVM does this process depending on os in which its installed .So Java becomes platform independent.