Junior Java Developer Interview Questions

3,830 junior java developer interview questions shared by candidates

Java core: What will be the result of: Foo a = new Foo(); // just a class, don't bother what is inside Foo b = new Foo(); System.out.println(a); System.out.println(a == b); System.out.println(a.equals(b)); System.out.println(a = b); System.out.println(a == b); System.out.println(a.equals(b)); And: why?
avatar

Junior Java Developer

Interviewed at ULTIMO

4.8
May 9, 2017

Java core: What will be the result of: Foo a = new Foo(); // just a class, don't bother what is inside Foo b = new Foo(); System.out.println(a); System.out.println(a == b); System.out.println(a.equals(b)); System.out.println(a = b); System.out.println(a == b); System.out.println(a.equals(b)); And: why?

Viewing 2631 - 2640 interview questions

Glassdoor has 3,830 interview questions and reports from Junior java developer interviews. Prepare for your interview. Get hired. Love your job.