---
title: "Explain different way of using thread?"  
description: "Explain different way of using thread?"  
author: "Sumit Kesarwani"  
published: 2014-08-23  
updated: 2020-09-15  
canonical: https://www.mindstick.com/interview/1979/explain-different-way-of-using-thread  
category: "java"  
tags: ["java"]  
reading_time: 1 minute  

---

# Explain different way of using thread?

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.

## Answers

### Answer by Sumit Kesarwani

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.


---

Original Source: https://www.mindstick.com/interview/1979/explain-different-way-of-using-thread

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
