12345678910



Question 1: Which of the following statements about threads is true?
1. Each thread has its own address space
2. To create a thread you must extend the Thread class
3. Threads allow an application to perform different tasks at the same time