• 2022-06-19
    Which of the following characteristics does a thread have()
    A: Each process contains at least one thread.
    B: Only when all threads in the process have finished can the process finish.
    C: The new thread has a separate stack where global and static variables can be Shared.
    D: Multithreaded programs are more efficient than single-threaded programs.