Tuesday, March 7, 2017

What is multi threading in Java?

What is multi threading in Java?

The multi threading is the process of running the program in multiple threads. For example you have to send email to millions of customers then you run the email sending program in many concurrent thread.

This way you can achieve the work fast and in multiple thread.

The multi threading is good for doing multiple tasks at a time.

Java provides APIs for multi threading.

Java API are matured for developing any type of multi threading applications.

View the tutorial and example of multi threading at: Multithreading in Java.

More tutorials of multi threading in Java:


Thanks



No comments: