View Single Post
Old 06-30-2014, 11:01 PM   #5
senior
Registered User
 
Join Date: Jan 2014
Location: 150 North Radnor Chester Road, Suite F-200, Radnor, PA 19087
Posts: 178
Java is a multithreaded programming language which means we can develop multithreaded program using Java. A multithreaded program contains two or more parts that can run concurrently and each part can handle different task at the same time making optimal use of the available resources specially when your computer has multiple CPUs.
Multithreading enables you to write in a way where multiple activities can proceed concurrently in the same program.
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
,
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
,
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
senior is offline   Reply With Quote