Junior Java Software Engineer Interview Questions

3,913 junior java 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

See Interview Questions for Similar Jobs

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