首页 > 编程语言 > 详细

Comparison of Java and C++

时间:2015-10-30 13:57:45      阅读:139      评论:0      收藏:0      [点我收藏+]

look at https://en.wikipedia.org/wiki/Comparison_of_Java_and_C%2B%2B

 

quoted from above link:

Java has both language and standard library support for multi-threading. The synchronized keyword in Java provides simple and secure mutex locks to support multi-threaded applications. Java also provides robust and complex libraries for more advanced multi-threading synchronization. Only as of C++11 is there a defined memory model for multi-threading in C++, as well as library support for creating threads and for many synchronization primitives. There are also many third-party libraries for this purpose

Comparison of Java and C++

原文:http://www.cnblogs.com/litao9046/p/4922905.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!