Skip to main content
Journey Uncommon Logo
JourneyUncommon
mediumJavaInteger caching identitySingle-choice MCQ

What does this code print?

Integer a = 200;\nInteger b = 200;\nSystem.out.println(a == b);