a) start() method is used to begin execution of the thread
b) run() method is used to begin execution of a thread before start() method in special cases
c) A thread can be formed by implementing Runnable interface only
d) A thread can be formed by a class that extends Thread class
Which of these statements is incorrect about Thread?
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
Which of these statements is incorrect about Thread?
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!