Basic of Java Oops n all
Junior Java Engineer Interview Questions
3,954 junior java engineer interview questions shared by candidates
Questions related to core java
Hibernate
oop, inheritance, encabuslation, abstraction and polymorphism
They asked me to do coding
qualités/défauts pretentions salariales technologies expréience
OOPs, String, Array, Control statement
SQL: There were two tables: departments, employees. Employees are working in departments. Write query to list departments with number of workers.
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?
What are the principles of good software engineering? What principles do you follow?
Viewing 2711 - 2720 interview questions