Multiple Choice
Which one of the following would contain the translated Java byte code for a program named Demo?
A) Demo.java
B) Demo.code
C) Demo.class
D) Demo.byte
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q32: What is the result of the following
Q33: Given the declaration double r;, which of
Q34: If x has been declared an int,
Q35: To display the output on the next
Q36: What will be displayed after the following
Q38: What will be displayed as a result
Q39: What is the result of the following
Q40: A variable's scope is the part of
Q41: In the following Java statement what value
Q42: To print "Hello, world" on the monitor,