文章详情页
java编程思想第4版中文版的几处谬误?
浏览:195日期:2024-02-15 10:53:19
问题描述
问题解答
回答1:书翻译的不准确,没了!
这么明显的问题,明明都知道……
非要别人给你确认一下,你才有自信认为是书的问题而不是自己的问题么?
回答2:英文原文(169页)是:
It’s important that all of the methods in Cleanser are public.
至于第一个问题,原文(168页)是:
First, in the Cleanser append() method, Strings are concatenated to s using the += operator, which is one of the operators (along with ’+’) that the Java designers 'overloaded' to work with Strings.
回答3:翻译的不恰当,应该翻译为“重载”如果了解C++的话,就知道这个相当于String类对“+=”操作符进行了重新实现,“+=”可以用来进行字符串拼接。
标签:
java
相关文章:
1. java - 对于jsp技术,aspx技术的困惑2. docker-compose中volumes的问题3. dockerfile - [docker build image失败- npm install]4. docker - 各位电脑上有多少个容器啊?容器一多,自己都搞混了,咋办呢?5. javascript - [,null]是什么用法6. java - jvm 年轻代 如何回收 survivor 对象7. java - idea如何不显示.idea target这些文件夹8. javascript - vue vue-router 报$router重复定义9. android - 安卓做前端,PHP做后台服务器 有什么需要注意的?10. javascript - 移动端H5页面禁止缩放了,在浏览器上仍然可以缩放
排行榜
