multithreading in java
Answers
Answered by
0
A thread is a single sequence of execution that can run independently in an application.
Multithreaded programs support more than one concurrent thread of execution. This means they are able to simultaneously execute multiple sequences of instructions.
Multithreaded programs support more than one concurrent thread of execution. This means they are able to simultaneously execute multiple sequences of instructions.
Similar questions