Question from the Java test

Check if two Integers are equal in Java

Easy

With the JVM's default settings, the boolean areEqual is

Integer i= 1;
Integer j= 1;
boolean areEqual= i== j;
Author: LoïcStatus: PublishedQuestion passed 262 times
Edit
0
Community EvaluationsNo one has reviewed this question yet, be the first!