Why is C platform dependent and java platform independent
Anonimo
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.