Computer Programming MCQs Java concepts and its programming
Q Automatic type conversion in Java takes place when________________?
  • A A. Two type are compatible and size of destination type is equal of source type.
  • B B. Two type are compatible and size of destination type is larger than source type.
  • C C. Two type are compatible and size of destination type is shorter than source type.
  • D D. All of the above
Leave a Comment