Letsgettin interview question

Explain different way of using thread?

Interview Answers

Anonymous

6 Aug 2018

The thread could be implemented by using runnable interface or by inheriting from the Thread class. The former is more advantageous, 'cause when you are going for multiple inheritance, the only interface can help.

1

Anonymous

21 Sept 2018

How much money they ask us to pay for the training

3