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
The question was posed to me in an interview.
Question is taken from Type Conversions, Promotions and Castings in division Data Types, Variables and Arrays of Java