Java Multithreading
Posted on Wed 05 February 2014 in Java • Tagged with Java, Open Source
*Threads. * Thread is also known as lightweight process. Java multithreading allows to process multiple task simultaneously with less overhead than process. Mostly use to monitor session, background synchronization etc.
Content
Processes …
Continue reading