Pregunta de entrevista de Provar

Is Java a platform independent language?

Respuesta de la entrevista

Anónimo

27 jul 2022

No, Java is not a platform independent language by itself. The file created by compiling a .java file, a .class file is platform independent. This file is interpreted in different platforms using JDK which is also not platform independent, but as a whole it is platform independent.