Domanda di colloquio di tringapps

Why is C platform dependent and java platform independent

Risposta di colloquio

Anonimo

10 gen 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.