Saturday 20 February 2016

Disadvantage Of Thread in java

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. 

  1. Difficulty of writing codes
  2. Difficulty of debugging
  3. Difficulty of testing.

No comments:

Post a Comment