can someone tell me why if i use threads it’s better to use an low level languages like c++
and not c# and JAVA? someone asked me that in an interview and i did’nt know the answer
can someone tell me why if i use threads it’s better to use an
Share
Will you use threads or not – depends solely on application, not on language. And language is a function of design.
C++ provides more control, c# provides more abstraction, Java provides simplification, but in the end they all work the same way.