Skip to main content
JourneyUncommon
Toggle theme
Sign In
Sign Up
Toggle theme
Home
/
Practice
/
Java
medium
Java
Integer caching identity
Single-choice MCQ
What does this code print?
Integer a = 200;\nInteger b = 200;\nSystem.out.println(a == b);