作业帮 > 英语 > 作业

求英文翻译 Comparing C++ and Java

来源:学生作业帮 编辑:作业帮 分类:英语作业 时间:2024/05/24 10:23:08
求英文翻译 Comparing C++ and Java
Comparing C++and Java
KeyWords:JAVA , C++ , Object-Oriented Programming , Class
As a C++ programmer, you already have the basic idea of object-oriented programming, and the syntax of Java no doubt looks familiar to you. This makes sense since Java was derived from C++.However, there are a surprising number of differences between C++ and Java. Thesedifferences are intended to be significant improvements, and if you understand thedifferences you’ll see why Java is such a beneficial programming language. This appendixtakes you through the important features that distinguish Java from C++.
1. The biggest potential stumbling block is speed: interpreted Java runs in the range of 20times slower than C. Nothing prevents the Java language from being compiled and there are just-in-time compilers appearing at this writing that offer significant speed-ups. It is not inconceivable that full native compilers will appear for the more popular platforms, but without those there are classes of problems that will be insoluble with Java because of the speed issue.
别给我GOOGLE翻译一下那种翻译啊..
其实这个只是节选,后面还有46条差异,不知道谁有中文原文,能否给我发来一阅,谢谢。
或者电我邮箱gaoxin8522@163.com。
谢谢。
c++与java的区别
关键字:JAVA,C++,面向对象编程,类
作为一个C++程序员,你对面向对象编程应该有了基本的思想,并且无疑看JAVA会比较熟悉,这很有意义,因为JAVA是C++的一个派生,然而JAVA和C++之前的区别还是很惊人的,并且这些差异将被显著改善,如果你理解差异你将会看到Java是有一个很好的编程语言,本附录是通过重要的特征区分的Java和C + +,
1、最大的潜在障碍是速度:编译JAVA将会比C++慢出20倍,只要能及时出现一个能提高编译速度的平台那么将没有任何东西能阻止Java语言被编译.全面的本地编译作为比较受欢迎的平台的出现这并不是不可思议的,但是没有这些会出现因为速度问题将无法解决有问题的类与JAVA的不溶性的可能性.