Intervue featured on Shark TankIntervue featured on Shark Tank - mobile banner

Top java developer interview questions

Real interview questions from top companies for Java developer. Includes theoretical concepts and coding problems.

What is the difference between '==' and '.equals()' in Java?

What is the purpose of the 'finally' block in Java?

What is the difference between 'interface' and 'abstract class' in Java?

What is the purpose of the 'synchronized' keyword in Java?

What is the difference between 'HashMap' and 'Hashtable' in Java?

What is the purpose of the 'volatile' keyword in Java?

What is the difference between 'ArrayList' and 'LinkedList' in Java?

What is the purpose of the 'transient' keyword in Java?

What is the difference between 'Java' and 'JavaScript'?

What is the purpose of the 'assert' statement in Java?

What is the difference between 'JDK' and 'JRE'?

What is the purpose of the 'ClassLoader' in Java?

What is the difference between 'static' and 'instance' variables in Java?

What is the purpose of the 'finalize' method in Java?

What is the difference between 'checked' and 'unchecked' exceptions in Java?

What is the purpose of the 'wait' and 'notify' methods in Java?

What is the difference between 'synchronized' and 'ReentrantLock' in Java?

What is the purpose of the 'ThreadLocal' class in Java?

What is the difference between 'HashMap' and 'ConcurrentHashMap' in Java?

What is the purpose of the 'Atomic' classes in Java?

Write a Java program to find the maximum element in an array

Write a Java program to reverse a string

Write a Java program to find the first duplicate in an array

Write a Java program to find the maximum sum of a subarray

Write a Java program to find the minimum window that contains all elements of another array

Write a Java program to find the maximum length of a subarray with equal number of 0s and 1s

Write a Java program to find the first missing positive integer in an array

Write a Java program to find the maximum product of two numbers in an array