Which of these is necessary condition for automatic type conversion in Java?

Q & ACategory: JavaWhich of these is necessary condition for automatic type conversion in Java?
Admin Staff asked 5 years ago

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

1 Answers
Admin Staff answered 5 years ago

b) The destination type is larger than source type