Threads in Java

What is a Thread? Individual and separate unit of execution that is part of a process multiple threads can work together to accomplish a common goal Video Game example one thread for graphics one thread for user interaction one thread for networking Advantages of Threads …