Junior Java Developer Software Engineer Interview Questions

3,912 junior java developer software engineer 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 2691 - 2700 interview questions

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