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

Top java interview questions

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

What is the difference between Java and C++?

What are the key features of Java?

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

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

What is the difference between 'throw' and 'throws' in Java?

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

What is the difference between a 'HashMap' and a 'HashSet' in Java?

What is the purpose of the 'clone()' method in Java?

What is the difference between a 'deep copy' and a 'shallow copy' in Java?

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

What is the difference between a 'checked exception' and an 'unchecked exception' in Java?

What is the purpose of the 'try-with-resources' statement in Java?

What is the difference between a 'lambda expression' and a 'method reference' in Java?

What is the purpose of the 'Stream API' in Java?

What is the difference between a 'serializable' object and a 'non-serializable' object in Java?

What is the purpose of the 'Java Reflection API'?

What is the difference between a 'singleton' class and a 'multiton' class in Java?

What is the purpose of the 'Java Collections Framework'?

What is the difference between a 'thread-safe' class and a 'non-thread-safe' class in Java?

What is the purpose of the 'Java Concurrency API'?

What is the difference between a 'daemon thread' and a 'non-daemon thread' in Java?

What is the purpose of the 'Java Security API'?

What is the difference between a 'signed' integer and an 'unsigned' integer in Java?

What is the purpose of the 'Java Math API'?

What is the difference between a 'big integer' and a 'long integer' in Java?

What is the purpose of the 'Java Util API'?

What is the difference between a 'synchronized block' and a 'synchronized method' in Java?

What is the purpose of the 'Java IO API'?

What is the difference between a 'buffered stream' and an 'unbuffered stream' in Java?

What is the purpose of the 'Java Networking API'?

What is the difference between a 'TCP socket' and a 'UDP socket' in Java?

What is the purpose of the 'Java Database API'?

What is the difference between a 'prepared statement' and a 'statement' in Java?

What is the purpose of the 'Java XML API'?

What is the difference between a 'DOM parser' and a 'SAX parser' in Java?

Write a Java program to find the maximum value in an array of integers.

Write a Java program to find the minimum value in an array of integers.

Write a Java program to find the sum of all elements in an array of integers.

Write a Java program to find the average value of all elements in an array of integers.

Write a Java program to find the maximum value in a binary search tree.

Write a Java program to find the minimum value in a binary search tree.

Write a Java program to find the sum of all elements in a binary search tree.

Write a Java program to find the average value of all elements in a binary search tree.

Write a Java program to find the maximum depth of a binary search tree.

Write a Java program to find the minimum depth of a binary search tree.