KnowledgeBoat Logo
LoginJOIN NOW

Computer Science

Define the term Byte code

Java Intro

ICSE 2010

91 Likes

Answer

Java compiler converts Java source code into an intermediate binary code called Bytecode. Bytecode can't be executed directly on the processor. It needs to be converted into Machine Code first.

Answered By

57 Likes


Related Questions