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
Social Sciences,
5 months ago
Computer Science,
5 months ago
Math,
10 months ago
Math,
10 months ago
Physics,
1 year ago
Science,
1 year ago
Biology,
1 year ago