explain java thread model ????
Answers
Answered by
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
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
Math,
6 months ago
Social Sciences,
6 months ago
Social Sciences,
6 months ago
Math,
1 year ago
Math,
1 year ago
Physics,
1 year ago
Science,
1 year ago
Biology,
1 year ago