Click here for Java multithreading video
Author:javavids.blogspot.com
Multithreading:Handling multiple tasks simultaneously is called multithreading.Java supports multithreaded programs. A process can be divided in to a number of threads and each thread can be given a different task to perform. Developing multithreaded programs in java is simple due to inbuilt classes.
No comments:
Post a Comment