Google News
logo
Java Multithreading - Interview Questions
What is java multithreading?
Multithreading is a process of executing multiple threads simultaneously. Multithreading is used to obtain the multitasking. It consumes less memory and gives the fast and efficient performance. Its main advantages are:
 
* Threads share the same address space.
* The thread is lightweight.
* The cost of communication between the processes is low.
Advertisement