Live quiz

java - Part 74

Question 1 of 25 Hints left: 3
Q1

What is the result of the following code in Java? Integer num1 = 100; Integer num2 = 100; System.out.println(num1 == num2);

  • A
  • B
  • C
  • D