Why Java is multi threaded 2024?
I'll answer
Earn 20 gold coins for an accepted answer.20
Earn 20 gold coins for an accepted answer.
40more
40more
Works at Tesla, Lives in Austin.
Java is inherently multi-threaded. A single Java program can have many different threads executing independently and continuously. Three Java applets on the same page can run together with each getting equal time from the CPU with very little extra effort on the part of the programmer.
2023-05-14 07:22:23
评论(499)
Helpful(122)
Helpful
Helpful(2)

Mia Kim
QuesHub.com delivers expert answers and knowledge to you.
Java is inherently multi-threaded. A single Java program can have many different threads executing independently and continuously. Three Java applets on the same page can run together with each getting equal time from the CPU with very little extra effort on the part of the programmer.