Analyze the following code.public class Test {  public stati…

Analyze the following code.public class Test {  public static void main(String[] args) {    System.out.println(max(1, 2));  }  public static double max(int num1, double num2) {    System.out.println(“max(int, double) is invoked”);    if (num1 > num2)      return num1;    else      return num2;  }    public static double max(double num1, int num2) {    System.out.println(“max(double, int) is invoked”);    if (num1 > num2)      return num1;    else      return num2;  }}

Tajfel et al. (1971) divided Pp into groups based on their p…

Tajfel et al. (1971) divided Pp into groups based on their preferences for paintings of artists Klee or Kandinsky. Pp allocated points to an ingroup member who was not the self and an outgroup member. They received a series of options from which to choose their allocation on a series of trials. Which option did Pp choose more often?