关于计算机专业计算机语言有关的外文文献翻译成品:用Nashorn编写脚本(中英文双语对照).docx

关于计算机专业计算机语言有关的外文文献翻译成品:用Nashorn编写脚本(中英文双语对照).docx

  1. 1、本文档共25页,可阅读全部内容。
  2. 2、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
  3. 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载
  4. 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
此文档是毕业设计外文翻译成品( 含英文原文+中文翻译),无需调整复杂的格式!下载之后直接可用,方便快捷!本文价格不贵,也就几十块钱!一辈子也就一次的事! 文献出处:Kishori Sharan Scripting in Java Integrating with Groovy and JavaScript,2019(如觉得年份太老,可改为近2年,毕竟很多毕业生都这样做) 英文4116单词,23761字符(字符就是印刷符),中文6364汉字。(如果字数多了,可自行删减,大多数学校都是要求选取外文的一部分内容进行翻译的。) Writing Scripts in Nashorn In this chapter, you will learn: 1.How to write scripts in Nashorn 2.The difference between running the script in strict mode and nonstrict mode 3.How to declare variables and write comments 4.Primitive and object data types, and how to convert values of one data type to another data type 5.Operators, statements, and creating and invoking functions in Nashorn 6.Different ways of creating and using objects 7.Variable scoping and hoisting 8.About built-in global objects and functions Nashorn is a runtime implementation of the ECMAScript 5.1 specification on the JVM. ECMAScript defines its own syntax and constructs for declaring variables, writing statements, operators, creating and using objects, collections, iterating over collections of data, and so on. Nashorn is 100 percent compliant with the ECMAScript 5.1, so you have a new set of language syntax to learn when you work with Nashorn. For example, working with objects in Nashorn is entirely different from working with objects in Java. This chapter assumes that you have at least a beginner-level understanding of the Java programming language. I will not explain details of the constructs and syntax offered by Nashorn that work the same way as they work in Java. For example, I will not explain what the assignment operator = in Nashorn does. Rather, I will simply mention that the assignment operator = works the same in Nashorn and Java. The power of Nashorn is that it lets you use Java libraries inside scripts. However, to use Java libraries inside Nashorn, you must know the Nashorn syntax and constructs. This chapter gives you a brief overview of Nashorn syntax and constructs. Strict and Nonstrict Modes Nashorn can operate in two

您可能关注的文档

文档评论(0)

peidong88 + 关注
实名认证
内容提供者

该用户很懒,什么也没介绍

1亿VIP精品文档

相关文档