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

2 Mar 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)