What is byte code and native code?

1 answer

Answer

1144128

2026-04-15 20:51

+ Follow

Java
Java

native code is machine code each machine has its won set of istruction one machine's native code won't run on another

While bytecode is what Java produces and it can run on any machine. when we run bytecode it first get to compile to machine code and then get to run.

ReportLike(0ShareFavorite

Copyright © 2026 eLLeNow.com All Rights Reserved.