Computer Science, asked by khan17089, 11 months ago

what is thread in java?​

Answers

Answered by FelixDan
4

What is thread in java

Answer ➡A thread is an independent path of execution within a program. Many threads can run concurrently (simultaneously) within a program. Every thread in Java is created and controlled by the java.lang.Thread class

Hope it helps you:)

Please mark it brainliest..

Answered by arju74
0
A thread is an independent path of execution within a programme.
Similar questions