Java is Multithresded

Multithreaded in Java means you can create Java programs with multiple threads of execution, by means of execution of several tasks simultaneously. For examle, you can create Java program that displays an animation sequence of moving images and at the same time accept input from the user's keybound.

0 Comments:

Post a Comment