WHAT IS MULTITHREADING?
Multithreading : It is a specialized from of multitasking multithread programs contents two or more part that can run concurrently. Each part of such a program is thread and each thread defines a separate path of execution.
It enables to write efficient program that make maximum use of CPU ideal time can be kept to a minimum. This is especially important for the interactive, network environment in which java operates because ideal time is common.
Subscribe to:
Post Comments
(
Atom
)
No comments :
Post a Comment