Which Of These Is Necessary Condition For Automatic Type #61
Which of these is necessary condition for automatic type conversion in Java?
This multiple choice question (MCQ) is related to the book/course gs gs128 Java. It can also be found in gs gs128 Java Data Types Variables Arrays - Java Type Conversions, Promotions and Castings - Quiz No.1.
Which of these is necessary condition for automatic type conversion in Java?
The destination type is smaller than source type
The destination type is larger than source type
The destination type can be larger or smaller than source type
None of the mentioned