Home » JAVA Programming » Multithreading » Question
  1. What requires less resources?
    1. Process
    2. Thread
    3. Neither Thread nor Process
    4. Thread and Process
    5. None of these
Correct Option: A

Thread is a lightweight and requires less resources to create and exist in the process. Thread shares the process resources.



Your comments will be displayed only after manual approval.