Which of the following is true?
Select one:
In general, creation time of a process is faster than creation time of a thread within a program.
In general, communication between two independent processes is faster than communication between two threads.
Parent and child processes share same instruction counter.
Threads of a process can share data via global variables.
In a multithreaded process each thread shares the instruction counter of the process.