Java / Java Multithreading
Multitasking.
We often multi task, listing to music while working or driving; Browsing internet while waiting for a download to complete.
Even every computer application do things parallel. An email software will be downloading new emails from the server while you are reading an already downloaded email, archive mails in the background, prompt meeting reminders while you are writing an email.
The Computer application that multi tasks is referred as concurrent software.
Java has the hight support for concurrent programming also with its APIs. (java.util.concurrent)
More Related questions...