SQL: There were two tables: departments, employees. Employees are working in departments. Write query to list departments with number of workers.
Junior Java Developer Software Engineer Interview Questions
3,913 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?
What are the principles of good software engineering? What principles do you follow?
Can you tell me what the default access modifier is?
Que podrías aportar para la empresa?
Contame un poco de vos. Preguntas referidas a los estudios/cursos que figuraban en mi CV. ¿Tenes proyectos realizados?
What makes a great programmer?
What was the graduation project? Questions about tomcat server and database. An easy problem solving example using for loop.
What is the job your looking for?
Core Java and J2EE, Hardware Integartion college project
Viewing 2691 - 2700 interview questions