Multiple Choice
Which of the following promotions of primitive types is not allowed to occur?
A) char to int.
B) int to double.
C) short to long.
D) double to float.
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q1: Which of the following is not a
Q6: The java.text package contains classes for manipulating
Q6: Which operator can be used in string
Q10: Filled rectangles and filled circles are drawn
Q11: Which statement below could be used to
Q20: Java uses class _ to represent colors
Q22: Information is passed to a method in
Q22: Math static method random generates a random
Q24: The identifiers in an enumeration _.<br>A)must be
Q30: A well-designed method _.<br>A)performs multiple unrelated tasks<br>B)repeats