View Single Post
Old 12-28-2013, 03:26 AM   #2
shaadisankalp01
Registered User
 
Join Date: Nov 2013
Posts: 158
Java is fully object oriented programming language. A multithreaded program contains two or more parts that can run concurrently. Each part of such a program is called a thread, and each thread defines a separate path of execution.
shaadisankalp01 is offline   Reply With Quote