Computer Applications
Define Java byte code.
Java Intro
101 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
68 Likes
Related Questions
Fill in the blanks:
In Java, the package used to find the smallest of two numbers is _________.
The extension of a Java source code file is:
- exe
- obj
- jvm
- java
"Java compiled code (byte code) can run on all operating systems"
— Name the feature.- Robust and Secure
- Object Oriented
- Platform Independent
- Multithreaded
…………… statement displays the result in Java programming.
- System.print()
- Print()
- System.printout()
- System.out.println()