Java as multithreaded programming languages

Java as multithreaded programming languages

Previous Home Next

 

We create thread into java.

 Multithreading
concept is most inserted concept into java .through this we can make an application which can perform multiple operation at same time .java allow to create thread safe to any object so that resources will access by only one object at a time .through this we avoid dead lock .

Java technology's high-level system libraries have been written as the functionality provided by the libraries is available without conflict to multiple concurrent threads of execution.
 


 

Previous Home Next