What type of programming construct is Runnable?

Choose the correct answer

Explanation

Runnable is an interface in Java used to represent a task that can be executed by a thread.

What type of programming construct is Runnable? — Java concepts and its programming | PakQuizHub