+ 3
What are the advantages of multi-threaded programming in Java?
I really want to know the advantages of multi-threaded that makes Java special from other programming languages like C++.Please share your information about this topic.
3 Answers
+ 7
https://www.sololearn.com/Discuss/55410/?ref=app
https://www.sololearn.com/Discuss/55667/?ref=app
P.S. C++ is capable of multi-threading too.
+ 2
Please answer my question guys.
0
I cannot compare it to other languages but the advantage of using multiple theadd is that the code in one thread can still be accessed even if the other thread is busy.