Do you prefer to use Thread class or Runnable to instantiate a thread?
Anonymous
I prefer Runnable coz ,in java i can implement multiple interfaces(Runnable on among them),but if i extend thread class i cant extend any other class(Since java does not support multiple inheritance)
Check out your Company Bowl for anonymous work chats.