Question d’entretien chez Capgemini

Why is java platform independent?

Réponse à la question d'entretien

Utilisateur anonyme

1 juin 2023

In java .java file is compiled to .class file which is a byte code and this byte code can be run on any machine with the help of a JVM which is platform dependent.