Q. Which keyword is used to create a thread? (A) Runnable (B) Thread (C) Both a and b (D) process ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (C) Both a and b Explanation: Threads can be created by extending Thread or implementing Runnable.