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

Popular posts from this blog

matlab - error with cyclic autocorrelation function -

django - (fields.E300) Field defines a relation with model 'AbstractEmailUser' which is either not installed, or is abstract -

c# - What is a good .Net RefEdit control to use with ExcelDna? -