InterviewSolution
Saved Bookmarks
| 1. |
What requires less resources?(a) Thread(b) Process(c) Thread and Process(d) Neither Thread nor ProcessI got this question in an interview.The doubt is from Multithreading topic in portion Multithreading of Java |
|
Answer» Right answer is (a) Thread |
|