Saturday 29 June 2019

Java Interview Questions

Below are Java Interview Questions that are frequently asked in many interviews for experienced candidates. I listed the questions which I have faced during my interviews here.

1. What is the difference between abstract class and an interface?
2. What is the difference between static block and static method? 
3. What is the difference between List and ArrayList?
4. What is cohesive class?