Question

What is the result of the following code?     Integer a = 127;     Integer b = 127;     System.out.println(a ==
b);     Integer c = 200;     Integer d = 200;     System.out.println(c ==
d);

A true, true
B false, false
C true, false
D false, true
E Compilation error
Practice Next

Hey! Ask a query

🎓
Think You're Ready for RBI Grade B?
RBI Grade B 2026 Phase 1 Memory Based Paper
  • 200 Questions with Detailed Solutions
  • Section-wise Coverage (GA, English, Quant & Reasoning)