SORU - 3 / 25
-
S
Aşağıdaki kodu çalıştırırsanız ne olur?
Integer a = new Integer(2); Integer b = new Integer(2); if (a==b)
-
A
Compiler error (Derleyici hatası) alırsınız.
-
B
"False" döner.
-
C
Runtime (Çalışma zamanı) Exception alırsınız.
-
D
"True" döner.
-
DOĞRU CEVAP
"False" döner.
- ÖNCEKİ SORU SONRAKİ SORU