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.