Basic hr interview questions and basics of Java
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,842 desenvolvedor java interview questions shared by candidates
Write a program to get an int value as argument and return it as string. For example, if I give the number 3456 as int, it should return the same number 3456 but as an object of String. You cannot use Java API methods.
4 16 64 256 solve using for loop.
Technical Questions: 1. Three pillars of OOP with explanation of each 2. Final Keyword in Java 3. Abstract Class & Interface difference 4. JSP & Servlets difference 5. What is meant by immutability in Java? 6. Multi-threading - Sleep vs Yield? 7. What is a design pattern and name some. Explain Singleton Design Pattern? 8. protected keyword in access modifiers 9. Continue vs break statement 10. Describe MVC? 11. StringBuffer vs StringBuilder? 12. One logic/algo question: Inserting an element at proper position in a sorted array. They will focus on the very basic logic design like loops, function and their arguments.
Fibonacci implementation
why map is not part of collection interface in Java
What is the difference between an abstract class and an interface?
some questions about hashCode, equals method regex question java concurrency: wait, notify, notifyAll() swing component rendering routine(without using UI-delegate)
Present a project that you've worked on
can class run without main method ?
Viewing 91 - 100 interview questions