Question: In java OOP (Multi-threading) Answer the following questions: I. What options should be considered while choosing Thread class or Runnable Interface II. What mechanism is

In java OOP (Multi-threading) Answer the following questions: I. What options should be considered while choosing Thread class or Runnable Interface II. What mechanism is devised by Java to avoid polling. III. What is the difference between start() and run() method of Thread class? IV. What is the difference between notify and notifyAll in Java
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
