Computer Science, asked by kanchan1535, 8 months ago

explain java thread model ????​

Answers

Answered by gauravarduino
4

Explanation:

Java Thread Models. ... A Java thread is an instantiation of the Thread class. A thread must be created from a thread base which is any object whatsoever which defines the run function. A thread contains a thread base and adds hidden control structures in order to permit the thread to run concurrently with other threads.

Answered by gauravsharmatech
2

Explanation:

Java Thread Models. ... A Java thread is an instantiation of the Thread class. A thread must be created from a thread base which is any object whatsoever which defines the run function. A thread contains a thread base and adds hidden control structures in order to permit the thread to run concurrently with other threads.

Similar questions