Computer Science, asked by deekshasahu028, 1 year ago

why is java architectural neutral?

Answers

Answered by prateek781
2
To enable a Java application to execute anywhere on the network, the compiler generates an architecture-neutral object file format--the compiled code is executable on many processors, given the presence of theJava runtime system. This is useful not only for networks but also for single system software distribution
Answered by Ratnesh1231
1
For architecture neutral the compiler will generate an architecture-neutral object file meaning that compiled Java code (bytecode) can run on many processors given the presence of a Java runtime. ..
Similar questions