1.

What Gives Java Its 'write Once And Run Anywhere' Nature?

Answer»

The bytecode. JAVA is compiled to be a byte CODE which is the intermediate language between SOURCE code and machine code. This byte code is not platform specific and hence can be fed to any platform.

The bytecode. Java is compiled to be a byte code which is the intermediate language between source code and machine code. This byte code is not platform specific and hence can be fed to any platform.



Discussion

No Comment Found