Page Stats
Visitor: 273
Java Multi-Threading
It is a concept by which we can handle the working of operating system. Using multi-threading programming we can divide a program into sub-programs which can be implemented simultaneously in parallel. For example: one sub-program can display animation on the screen while another may build another animation to be display.