Question d’entretien chez tringapps

Why is C platform dependent and java platform independent

Réponse à la question d'entretien

Utilisateur anonyme

10 janv. 2018

C is directly convert to platform(hardware) dependent obj file, Java is having a intermediate format like class file and which would be executed by java runtime and run based on the running platform.