- Trending Categories
Data Structure
Networking
RDBMS
Operating System
Java
MS Excel
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
Physics
Chemistry
Biology
Mathematics
English
Economics
Psychology
Social Studies
Fashion Studies
Legal Studies
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
What is Runnable interface in Java?
If your class is intended to be executed as a thread, then you can achieve this by implementing a Runnable interface. This belongs to the java.lang package.
- Related Articles
- Difference between Runnable and Callable interface in java
- Difference Between Thread Class and Runnable Interface in Java
- How to implement the Runnable interface using lambda expression in Java?
- How to create a thread without implementing the Runnable interface in Java?
- What is Callable interface in Java?
- What is list interface in Java?
- What is Functional Interface in Java 8?
- What is a remote interface in java?
- What is a functional interface in Java?
- Implement Runnable vs Extend Thread in Java
- Difference between Thread and Runnable in Java
- What is the generic functional interface in Java?
- What is a marker or tagged interface in Java?
- What is the importance of a FocusListener interface in Java?
- What does Interface consist of in Java

Advertisements