Q. Which keyword is used to create a thread?

  • (A) Runnable
  • (B) Thread
  • (C) Both a and b
  • (D) process
πŸ’¬ Discuss
βœ… Correct Answer: (C) Both a and b
Explanation: Threads can be created by extending Thread or implementing Runnable.
Explanation by: Roshan
Threads can be created by extending Thread or implementing Runnable.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
18
Total Visits
πŸ“½οΈ
4 mo ago
Published
πŸŽ–οΈ
Roshan
Publisher
πŸ“ˆ
83%
Success Rate