Advertisements
Advertisements
Question
The code obtained after compilation is known as ______.
Options
source code
object code
machine code
java byte code
Solution
The code obtained after compilation is known as object code.
Explanation:
Object code is the code that is produced after the source code has been compiled.
APPEARS IN
RELATED QUESTIONS
Write a difference between unary and binary operator.
What are the various types of errors in Java?
What is meant by a package?
Name the operators listed below are
(i) <
(ii) + +
(iii) &&
(iv) ? :
State the difference between == operator and equals () method.
Write down java expression for:
`"T" = sqrt("A"^2 + "B"^2 + "C"^2)`
Write a Java expression for the following :
`sqrt(3"x"+"x"^2)/"a+b"`
Rewrite the following using ternary operator :
if (bill > 10000)
discount = bill * 10.0 / 100;
else
discount = bill * 5.0 / 100;
Name the primitive data type in Java that is :
A single 16-bit Unicode character whose default value is ‘\u0000’.
Write the Java expression for (a + b)x.