码迷,mamicode.com
首页 > 编程语言 > 详细

Comparison of Java and C++

时间:2015-10-30 13:58:35      阅读:184      评论: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
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!