• We Code
  • We Design
  • We Develope
  • We Write
  • We Share

menu

Wednesday, July 4, 2012

multi threading in Java

Definitions of multithreading : . A flow of control is known as  A multi threaded program . A program is said to be multi threaded program . For each  sub flow of controls are executing concurrently. Such type of applications is known multi threaded application.

STML : The languages like C, C++ are treated as (STML). SMTL are those in which there exists single threading.MTML : The languages like JAVA (MTML). MTML are those in which there exist multithreading. Whenever we write a foreground/child thread .

 A foreground thread is one which always executes user defined sub program there is a possibility of existing n number of program Distributed: A service is a said to be a can be accessed by n number of clients across the globe. In order to develop applications we must require architecture called applications we require a technology called scale organizations.
 Distributed: A service is a said to be a can be accessed by n number of clients across the globe. In order to develop applications we must require architecture called applications we require a technology called scale organizations.
There are two kind of languages1.                STML2.                MTML

 .A background thread is one which always monitors the status of and every JAVA program . Hence background thread is distributed.

0 comments:

Post a Comment

...