Explain the difference between arraylist and linkedlist in java?
Write java program to reverse string without using api?
Write a java program to print fibonacci series?
Difference between association, composition and aggregation?
Explain the difference between comparator and comparable in java?
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?