Multiple Choice
Which of these is necessary condition for automatic type conversion in Java?
A) The destination type is smaller than source type.
B) The destination type is larger than source type.
C) The destination type can be larger or smaller than source type.
D) None of the mentioned
Correct Answer:

Verified
Correct Answer:
Verified
Q1: Which of these values can a boolean
Q2: Which is a valid float literal?<br>A)1.23<br>B)2<br>C)1.23d<br>D)1.23f
Q3: What is the value of the expression
Q4: Which one of the following is a
Q6: The keyword used to create a constant
Q7: Which of the following loops will execute
Q8: Java source files are compiled and converted
Q9: JVM is _for bytecode.<br>A)a compiler<br>B)an interpreter<br>C)assembler<br>D)none of
Q10: Which one of the following is a
Q11: What is the numerical range of a