KnowledgeBoat Logo
|

Computer Applications

Byte code is the program in binary form.

Java Intro

8 Likes

Answer

True

Reason — Byte code is an intermediate representation of a program, generated after the source code is compiled. It is a binary form of the program and works irrespective of the machine on which it is to be executed.

Answered By

4 Likes


Related Questions