JAVA: What's the difference between byte code and binary? -
what's difference between java byte code ( compiled language , otherwise known object code ) , machine code ( code native current computer ). have read in books refer byte code binary instructions , don't know why.
bytecode platform-independent, bytecodes compiled compiler running in windows still run in linux/unix/mac. machine code platform-specific, if compiled in windows x86, run in windows x86.
continue reading books =)
Comments
Post a Comment