InterviewSolution
Saved Bookmarks
| 1. |
What Is A Thread? |
|
Answer» THREAD is a block of code which can EXECUTE concurrently with other THREADS in the JVM. Thread is a block of code which can execute concurrently with other threads in the JVM. |
|