Describe the result

Report a typo

Given the following code:

Long num1 = 122L;
Long num2 = 122L;
System.out.println(num1 == num2); // true

Describe, why it prints true.

Select one option from the list
___

Create a free account to access the full topic