A)
->a single sequential flow of control in a program or an independent path of execution is known as thread.
->A thread is considered as a sub process.
->in java, a thread is an object, i.e. object oriented representation of one flow of control in java application.
Comments
Post a Comment