Of course, other types will also be converted to string types, so integer+string becomes string.
int a = 1 1;
system . out . println(" a = "+a);
-
The output result is: a = 9