Java-based threading related questions. How to achieve synchronization, how to update shared variable between all the threads using the data, and design a wait and notify mechanism for a given problem.
Utilisateur anonyme
Difference between abstract class and an interface. Went on to give a practical scenario, and asked me to choose between abstract class and interface and asked me to give a reason behind the choice.