0
Java integer
Hi! Can anybody explain me why this code output is "true" "false" ??? https://code.sololearn.com/cLuRBNm6ZYF1/?ref=app
1 ответ
0
You only can do == for integers if the values of integers are in that range -128 to 127. In out of range use equals() function.