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

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

  1. 1、本文档共17页,可阅读全部内容。
  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年,毕竟很多毕业生都这样做) 英文2244单词,12911字符(字符就是印刷符),中文3250汉字。(如果字数多了,可自行删减,大多数学校都是要求选取外文的一部分内容进行翻译的。) Using Java in Scripting Languages In this chapter, you will learn: 1.How to import Java classes into scripts 2.How to create Java objects and use them in scripts 3.How to call overloaded methods of Java objects 4.How to create Java arrays 5.How to extend a Java class and implement Java interfaces in scripts 6.How to invoke superclass methods of an object from scripts Scripting languages allow using Java class libraries in scripts. Each scripting language has its own syntax for using Java classes. It is not possible, and is outside the scope of this book, to discuss the syntax of all scripting languages. In this chapter, I will discuss the syntax of using Java constructs in Nashorn. Importing JavaTypes There are four ways to import Java types into Nashorn script: 1.Using the Packages global object 2.Using the type( ) method of the Java global object 3.Using the import Package( ) and import Class( ) functions 4.Using a Java Importer in a with clause Of the four types of importing Java types, the second type, using the type( ) method of the global Java object, is preferred. The following sections will describe the four ways of importing Java type in script in detail. Using the Packages Global Object Nashorn defines all Java packages as properties of a global variable named Packages. For example, the java. lang and javax. swing packages may be referred to as Packages. java. lang and Packages. javax. swing, respectively. The following snippet of code uses the java. util . List and javax. swing. JFrame in Nashorn: Nashorn declares java, javax, org, com, edu, and net as global variables that are aliases for Packages. java, Packages. javax, Packages. or g, Packages. com, Packages. edu, and Packages. net , respe

您可能关注的文档

文档评论(0)

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

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

1亿VIP精品文档

相关文档