Software Engineering Mcqs

Automatic type conversion in Java takes place when________________?
  • (A)  Two type are compatible and size of destination type is equal of source type.
  • (B)  Two type are compatible and size of destination type is larger than source type.
  • (C)  Two type are compatible and size of destination type is shorter than source type.
  • (D)  All of the above