which code is the 16 bytecode in Java
A. ASCII 7
B. ASCII 8
C. UNICODE
D. BCD
Answers
Answered by
20
Answer:
Bytecode is program code that has been compiled from source code into low-level code designed for a software interpreter. It may be executed by a virtual machine (such as a JVM) or further compiled into machine code, which is recognized by the processor. ... Below are examples of Java bytecode instructions.
option d
bcd
Explanation:
Similar questions