Which of the following promotions will be perfomed automatically?

char       -->  int          True
char[]     -->  int[]          False
int          -->  double True
int[]        -->  double[]    False
float       -->  long False
float[]     -->  long[]       False
String     -->  Object True
String[]   -->  Object[]    True

0 comments: