Question d’entretien chez Provar

Is Java a platform independent language?

Réponse à la question d'entretien

Utilisateur anonyme

27 juil. 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.