all advance java questions, Collections (Hashmaps, Concurrent Hashmaps, List,)
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,862 java developer interview questions shared by candidates
Program to reverse the string
It was almost all the basic technical questions on JAVA, web services, linux and SQL databases.
Past experiences
public static void main(String[] args){ int x = 5; char y = 9; System.out.println( x + y ); // asked for output or compilation errors if any }
What are the 4 Pillars of OOP
Print anagrams of a dictionary
About the topics as mentioned in description. Gave one little code using lambda expression to find the problem. Then gave another code & asked to reduce its number of lines to one line using jdk8 feature.
What if we insert with key null to a HashMap?
Can we use the static variables inside static methods?
Viewing 421 - 430 interview questions