Explain the difference between runnable and callable interface in java?
What is difference between synchronize and concurrent collection in java?
How to check if linked list contains loop in java?
5 Coding best practices you learned in java?
How does hashset works in java?
Explain the difference between private, public, package and protected in java?
Can we have return statement in finally clause? What will happen?
Write a java program to check if a number is prime or not?
What is equlas() and hashcode() contract in java? Where does it used?
How do you sort arraylist in descending order?
How do you convert bytes to character in java?
Write a program to solve producer consumer problem in java?
Explain the difference between hashmap and hashtable in java?
What is difference between checked and unchecked exception in java?
Explain the difference between extends thread vs implements runnable in java?