All stupid questions which can't be expected to be answered by a junior engineer.
Desenvolvedor Java Interview Questions
Desenvolvedor Java Interview Questions
Prepare-se para responder a perguntas técnicas que testam seu conhecimento básico de Java. Os entrevistadores também podem fazer perguntas abertas para avaliar suas habilidades de codificação e solução de problemas. Prepare-se para perguntas não técnicas relacionadas à sua gestão de tempo, comunicação interpessoal e ética profissional.
Principais perguntas de entrevista para desenvolvedor(a) Java e como respondê-las
Pergunta 1: Qual é a diferença entre HashTable e HashMap no Java?
Pergunta 2: Crie um programa para determinar se 243 é um número de Armstrong.
Pergunta 3: Como você cria códigos de qualidade quando precisa trabalhar em vários projetos Java ao mesmo tempo?
30,844 desenvolvedor java interview questions shared by candidates
There are three labeled bags filled with color balls. The labels are all INCORRECT and need to find the correct label with just one pick from one bag.
how would you implement data exchange communication between two projects
Can you store null as key or value in Hashmap
The technical interviewer had me write some code to sort a simple number array.
Explain what inheritance is in Java
Program to reverse a string
Can we use the final keyword with the constructor?
Can you run java program without having JDK...?
asked core java questions. If a method is overloaded in a class in the following way public void fun(Object o){ } public void fun(ArrayList a){ } and is invoked in the following manner obj.fun(null) which method will be invoked.
Viewing 191 - 200 interview questions