Q. Which of these is necessary condition for automatic type conversion in Java? (A) The destination type is smaller than source type (B) 1 2 3 4 5 (C) The destination type can be larger or smaller than source type (D) None of the mentioned ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (B) 1 2 3 4 5