Design patterns
Java Developer Interviews
Java Developer Interview Questions
In your interview for a java developer position, be prepared to answer technical questions that test your understanding of Java basics. Interviewers may also ask open-ended questions to assess your coding and problem-solving abilities. Prepare for non-technical questions that focus on time management, interpersonal communication, and work ethic.
Top Java Developer Interview Questions & How to Answer
Question #1: What is the difference between HashTable and HashMap in Java?
Question #2: Write a program to determine if 243 is an Armstrong number.
Question #3: How do you produce quality code when you have several Java projects to complete at once?
30,830 java developer interview questions shared by candidates
is it possible to have a static class ?
Write an API for a phonebook service where the answer time (search name by the phone number) does not depend on the size of the phonebook.
Sum Array Puzzle Anagram find substring in particular string (All programs with a minimum complexity)
Factory design pattern
Where would you apply the proxy design pattern?
ecrire la premiere ligne d'un fichier xml
About myself and then technical questions
1.Why do you want to join Tripod Technologies? 2.Hr was very friendly,he asked questions mostly related to your personal stuff. 3.overall the interview experience was good.
Given a system, a number N, represent item #, and several numbers that represent the factor that it will process the item # if the item can be a multiple of it. Found that how many items cannot be processed? Ex: Given [2, 5] and N = 10. 2, 4, 6, 8, 10, 5 can be process the remaining number is 1 3 7 9, so return 4.
Viewing 211 - 220 interview questions