Android
Programming and Technical
Programming
Technical
What is the difference between task, process, application, and thread?
Options
1) task, process, and application every thing is same, but thread is a part of process.
2) process and application are same. Task may contain 1 or more applications, thread is an internal part of a process created by OS.
3) process and task are same. application means program, thread is part of task.
4)process and thread are same. similarly application and thread are same.
Read Solution (Total 0)
Android Other Question