Letsgettin Interview Question

Explain different way of using thread?

Interview Answers

Anonymous

Aug 6, 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

Sep 21, 2018

How much money they ask us to pay for the training

3