+ 12
Multi threading works in java or C++?
10 Respuestas
+ 2
java
+ 3
works in both
+ 3
@NeutronStar
Thanks. I haven't taken the C++ class, so I wasn't sure. Thanks for your contribution.
+ 2
Java is a multi-threaded language. You may have many threads at a time, and some can be synchronized or prioritized (example below) to work in the order you wish. I don't know about C++, but it definitely works in Java.
https://code.sololearn.com/cToR1Qa660ac/?ref=app
+ 2
@Jacob,
Multithreaaading has been added to C++ since C++11 as a part of standard template library
+ 1
both brother
+ 1
Almost all programing language have multi threading features
- 1
Krugman es una red
- 3
Multithreading works in Java alone