Multiple choice Runnable is a/an class used to implement multithreading process used to implement multithreading interface used to implement multithreading None of these Reveal answer Fill a bubble to check yourself C Correct answer Explanation Runnable is a functional interface in Java that contains a single run() method. Classes implement Runnable to define code that can be executed by a Thread, making it the standard way to enable multithreading.