Explain different way of using thread? Ans. 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. - Study24x7
Social learning Network
10 Nov 2023 10:46 AM study24x7 study24x7

Explain different way of using thread? Ans. 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.

study24x7
Write a comment
Related Questions
500+   more Questions to answer
Most Related Articles