Computer Science, asked by adsuhanabhir, 1 year ago

multithreading in java

Answers

Answered by vee11
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.
Similar questions