Computer Applications
What is binary equivalent of source code?
- ASCII code
- Unicode
- Octal code
- 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
Which software company produced Java?
- Apple
- Sun Microsystems
- Samsung
- Microsoft
What is meant by case sensitive language?
- Uppercase and lowercase letters are distinguished.
- Lowercase letters are converted into uppercase letters.
- Uppercase letters are converted into lowercase letters.
- Uppercase and lowercase letters are treated to be same.
A Java package which contains Scanner class to input values to the computer is:
- java.io
- java.util
- java.awt
- java.net
A Java program is written under:
- Sub-function
- Nested function
- Main function
- Overloaded function