employer cover photo
employer logo
employer logo

Edelman Financial Engines

Engaged Employer

Edelman Financial Engines Interview Question

Do you prefer to use Thread class or Runnable to instantiate a thread?

Interview Answer

Anonymous

Mar 2, 2010

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)