What is the Runnable interface?
Are you preparing for IT certification? With practice questions, study notes, interactive quizzes, tips and technical articles, uCertify PrepKits ensure that you get a solid grasp of core technical concepts to ace your certification exam in first attempt.
What is the Runnable interface?
Rating:
The Runnable interface is defined in the java.lang package. The Runnable interface contains a single method named run(). The signature of the method in the Runnable interface is given below:
A class that implements the Runnable interface provides the body of the run() method.
Rating:
Was this information helpful?
Other articles
- What is the increment operator?
- What is the bitwise right shift operator?
- String Handling
- What is concatenation?
- What is autoboxing?