1.

When Threads Are Not Lightweight Process In Java?

Answer»

Threads are lightweight PROCESS only if threads of same process are executing CONCURRENTLY. But if threads of different PROCESSES are executing concurrently then threads are heavy WEIGHT process.

Threads are lightweight process only if threads of same process are executing concurrently. But if threads of different processes are executing concurrently then threads are heavy weight process.



Discussion

No Comment Found