time required to finish the multithreaded program??
Posted
by user275131
on Stack Overflow
See other posts from Stack Overflow
or by user275131
Published on 2010-04-07T16:24:18Z
Indexed on
2010/04/07
16:33 UTC
Read the original article
Hit count: 151
A java process starts 5 threads , each thread takes 5 minutes. what will be the minimum and maximum time taken by process? will be of great help if one can explain in java threads and OS threads.
Edit : I want to know how java schedule threads at OS level.
© Stack Overflow or respective owner