Given the following code:
Long num1 = 122L;
Long num2 = 122L;
System.out.println(num1 == num2); // trueDescribe, why it prints true.
Given the following code:
Long num1 = 122L;
Long num2 = 122L;
System.out.println(num1 == num2); // trueDescribe, why it prints true.
Create a free account to access the full topic