Here is a question for you. What happens when we compile and run the following code:
public class IntegerBig {
public static void main(String[] args) {
Integer a = 1000;
Integer b = 1000;
[...]
Here is a question for you. What happens when we compile and run the following code:
public class IntegerBig {
public static void main(String[] args) {
Integer a = 1000;
Integer b = 1000;
[...]