Saturday 30 June 2012

Multithreaded and interactive

Multithreading means handling multiple tasks simultaneously.This means we need not wait for application to finish one task before beginning the another task.Eg:we listen to audio clip at the same time download an application from another distant computer.This features greatly improves the interactive performance of graphical applications.

The Java runtime comes with tools that supports multiple process synchronization and construct smoothly running interactive systems.

No comments:

Post a Comment