Integer i1=10; Integer i2=10; (i1.equals(i2++))-->result is

  1. true

  2. false

  3. compilation error

  4. exception thrown at runtime


Correct Option: B

Find more quizzes: