A thread is an independent path of execution within a program. Many threads can run concurrently within a program.
Note:- Every thread in Java is created and controlled by the java.lang.Thread class.
- Difficulty of writing codes
- Difficulty of debugging
- Difficulty of testing.
No comments:
Post a Comment