Integer i1=10; Integer i2=10; (i1.equals(i2++))-->result is
true
false
compilation error
exception thrown at runtime