OOPs Concepts
Programming and Technical
Explain different way of using thread?
Read Solution (Total 2)
-
- don't know about c++ but in java we can use it either by extending the Thread class or by implementing Runnable interface
- 11 years agoHelpfull: Yes(0) No(0)
- EXTENDING thread class
IMPLEMENTING Runnable interface - 9 years agoHelpfull: Yes(0) No(0)
OOPs Concepts Other Question