What is/are the necessary condition for automatic type conversion in Java?
I. two types are compatible
II. destination type is larger than the source type1
Only I
2
Only II
3
Both I and II
4
None of these
What is/are the necessary condition for automatic type conversion in Java?
I. two types are compatible
II. destination type is larger than the source type