Computer Applications

What is binary equivalent of source code?

  1. ASCII code
  2. Unicode
  3. Octal code
  4. Byte code

Java Intro

5 Likes

Answer

Byte code

Reason — Bytecode is the binary representation of source code, which is generated after compilation.

Answered By

2 Likes


Related Questions