Question: RUN THE CODE IN JAVA !!! Analyze the following code. 1. public class Test i 2 public static 3. Fruitl fruits - inew Fruit(2), new
RUN THE CODE IN JAVA !!!

Analyze the following code. 1. public class Test i 2 public static 3. Fruitl fruits - inew Fruit(2), new Fruit(3), new Fruit(l1)l 4. java util Amayssort fruits) 5 6.1 class Fruit private double weight, pubhc Fruitdouble weight) I this weight - weight, O The program has a compile error because the Fruit class does not have a default constructor. O The program has a runtime error on Line 3 because the Fruit class does not have a default constructor O The program has a compile error on Line 4 because the Fruit class does not implement the java.lang.Comparable interface and the Fruit objects are not comparable. O The program has a runtime error on Line 4 because the Fruit class does not implement ti java.lang.Comparable interface and the Fruit objects are not comparable. 4 Previous Quiz saved at 12:14am
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
