Automatic type conversion in Java takes place when________?
ATwo type are compatible and size of destination type is equal of source type.
BAll of the above
CTwo type are compatible and size of destination type is shorter than source type.
DTwo type are compatible and size of destination type is larger than source type.
Correct answer
D. Two type are compatible and size of destination type is larger than source type.
Explanation
The correct answer is Two type are compatible and size of destination type is larger than source type..