计算机类外文文献翻译---Java核心技术
《计算机类外文文献翻译---Java核心技术》由会员分享,可在线阅读,更多相关《计算机类外文文献翻译---Java核心技术(13页珍藏版)》请在毕设资料网上搜索。
1、 本科毕业论文 外文文献 及 译文 文献、资料题目: Core Java Volume IIAdvanced Features 文献、资料来源: 著作 文献、资料发表(出版)日期: 2008.12.1 院 (部): 计算机科学与技术 学院 专 业: 网络工程 班 级: 网络 082 姓 名: 刘治华 学 号: 2008111242 指导教师: 许丽娜 翻译日期: 2012.5.10 山东建筑大学毕业论文 外文文献 及译文 - 1 - 外文 文献 : Core Java Volume II Advanced Features When Java technology first appeared
2、 on the scene, the excitement was not about a well-crafted programming language but about the possibility of safely executing applets that are delivered over the Internet (see Volume I, Chapter 10 for more information about applets). Obviously, delivering executable applets is practical only when th
3、e recipients are sure that the code cant wreak havoc on their machines. For this reason, security was and is a major concern of both the designers and the users of Java technology. This means that unlike other languages and systems, where security was implemented as an afterthought or a reaction to
4、break-ins, security mechanisms are an integral part of Java technology. Three mechanisms help ensure safety: Language design features (bounds checking on arrays, no unchecked type conversions, no pointer arithmetic, and so on). An access control mechanism that controls what the code can do (such as
5、file access, network access, and so on). Code signing, whereby code authors can use standard cryptographic algorithms to authenticate Java code. Then, the users of the code can determine exactly who created the code and whether the code has been altered after it was signed. Below, youll see the cryp
6、tographic algorithms supplied in the java.security package, which allow for code signing and user authentication. As we said earlier, applets were what started the craze over the Java platform. In practice, people discovered that although they could write animated applets like the famous nervous tex
7、t applet, applets could not do a whole lot of useful stuff in the JDK 1.0 security model. For example, because applets under JDK 1.0 were so closely supervised, they couldnt do much good on a corporate intranet, even though relatively little risk attaches to executing an applet from your companys se
8、cure intranet. It quickly became clear to Sun that for applets to become truly useful, it was important for users to be able to assign different levels of security, depending on where the applet originated. If an applet comes from a trusted supplier and it has not been tampered with, the user of tha
- 配套讲稿:
如PPT文件的首页显示word图标,表示该PPT已包含配套word讲稿。双击word图标可打开word文档。
- 特殊限制:
部分文档作品中设计图片,仅作为作品整体效果示例展示,禁止商用。设计者仅对作品中独创性部分享有著作权。
- 关 键 词:
- 计算机 外文 文献 翻译 java 核心技术
