Java Thread
Q1.
Which method is used to start a new thread in Java?
Q2.
Which of the following is NOT a valid state in the Thread lifecycle?
Q3.
Which interface is implemented to create a thread in Java without extending the Thread class?
Q4.
What will happen if start() is called twice on the same thread object?
Q5.
Which method makes the current thread pause for a specific time?