Which method is used to start the execution of a thread in Java?
1. execute()
2. initiate()
3. start()
4. begin()
Choose the correct answer from the options given below:
1
1 and 3 Only
2
2 and 4 Only
3
3 Only
4
1, 2, and 3
5
Question Not Attempted