《计算机专业英语JAVA介绍外文翻译[共28页]》由会员分享,可在线阅读,更多相关《计算机专业英语JAVA介绍外文翻译[共28页](28页珍藏版)》请在读根文库上搜索。

1、荆楚理工学院学生课程考核论文学 院: 计算机工程学院 专 业: 软件技术 班 级: 软件技术(1)班 课 程: 专业英语 论文题目: JAVA介绍 学生姓名: 王选 时 间: 2012年12月2日 成绩评定: Introduction to Javaautor:Martin Ngobye.source:Computing Static Slice for Java ProgramsJava is designed to meet the challenges of application development in the context of heterogeneous, network-。

2、wide distributed environments. Paramount among these challenges is secure delivery of applications that consume the minimum of system resources, can run on any hardware and software platform, and can be extended dynamically.Java originated as part of a research project to develop advanced software f。

3、or a wide variety of network devices and embedded systems. The goal was to develop a small, reliable, portable, distributed, real-time operating platform. When the project started, C+ was the language of choice. But over time the difficulties encountered with C+ grew to the point where the problems 。

4、could best be addressed by creating an entirely new language platform. Design and architecture decisions drew from a variety of languages such as Eiffel, SmallTalk, Objective C, and Cedar/Mesa. The result is a language platform that has proven ideal for developing secure, distributed, network based 。

5、end-user applications in environments ranging from network-embedded devices to the World-Wide Web and the desktop.The design requirements of Java are driven by the nature of the computing environments in which software must be deployed.The massive growth of the Internet and the World-Wide Web leads 。

6、us to a completely new way of looking at development and distribution of software. To live in the world of electronic commerce and distribution, Java must enable the development of secure, high performance, and highly robust applications on multiple platforms in heterogeneous, distributed networks.O。

7、perating on multiple platforms in heterogeneous networks invalidates the traditional schemes of binary distribution, release, upgrade, patch, and so on. To survive in this jungle, Java must be architecture neutral, portable, and dynamically adaptable.The Java system that emerged to meet these needs 。

8、is simple, so it can be easily programmed by most developers; familiar, so that current developers can easily learn Java; object oriented, to take advantage of modern software development methodologies and to fit into distributed client-server applications; multithreaded, for high performance in app。

9、lications that need to perform multiple concurrent activities, such as multimedia; and interpreted, for maximum portability and dynamic capabilities.Together, the above requirements comprise quite a collection of buzzwords, so lets examine some of them and their respective benefits before going on.W。

10、hats completely new is the manner in which Java and its run-time system have combined them to produce a flexible and powerful programming system.Developing your applications using Java results in software that is portable across multiple machine architectures, operating systems, and graphical user i。

11、nterfaces, secure, and high performance, With Java, your job as a software developer is much easieryou focus your full attention on the end goal of shipping innovative products on time, based on the solid foundation of Java. The better way to develop software is here, now, brought to you by the Java。

12、 language platform.Very dynamic languages like Lisp, TCL, and SmallTalk are often used for prototyping. One of the reasons for their success at this is that they are very robustyou dont have to worry about freeing or corrupting memory.Similarly, programmers can be relatively fearless about dealing w。

13、ith memory when programming in Java, The garbage collection system makes the programmers job vastly easier; with the burden of memory management taken off the programmers shoulders, storage allocation errors go away. Another reason commonly given that languages like Lisp, TCL, and SmallTalk are good。

14、 for prototyping is that they dont require you to pin down decisions early onthese languages are semantically rich.Java has exactly the opposite property: it forces you to make explicit choices. Along with these choices come a lot of assistanceyou can write method invocations and, if you get somethi。

15、ng wrong, you get told about it at compile time. You dont have to worry about method invocation error.The Java beginner must grasp 30 basic conceptsBasic concept1.In OOP the only relations is what the objects interface, such as the computer seller he leaves alone internal structure of electrical sou。

16、rce, but he is only concerned about that whether the power will be supplied to you, also so long as know can or not but is not how and why.All procedures are make up of certain attribute and the behavior object, the different object visit invokes through the function invocation, between the object a。

17、ll intercommunion are invoke through the method invocation, By object data encapsulation, enhances reuse rate very much.2.In OOP the most important thought is class, the class is the template ,is a blueprint, construct an object from a class, namely construct an instance of the class.3. Encapsulatio。

18、n: is that combines the data and the behavior in a package) and hides the data the realization process to the object user, in an object data is called its instance field.4.Through expands a class to obtain a new class is called inheritance, but all classes are constructed by the object super root cl。

19、ass of expansion, super root class of as follows can make the introduction.5.Object 3 principal characteristicsBehavior- explained this object can make what.Tate- when the object exerts the method object reflection.Dentity- and other similar behavior objects discrimination symbols.Each object has on。

20、ly indentity and among three characteristics they affect mutually.6. Relations among classes:Use-a:Dependent relationHas-a:Polymerization relationIs-a: inheritor relation - example:A class has inherited B class, this time A class not only has B class of method, but also has its own method(Individual。

21、ity exists in general character)7.Structure object use structure:Structure proposing, the structure is one special method, the structure object and to its initialization.Example:A Data class of structure calls DataNew Data () - structure a new object, also initialize current time.Data happyday=new D。

22、ata () - an object evaluates an variable happyday, thus enables this object to be used many times, here be stated the cause variable and the object variable are different.New returns the value is a quotation.Constructor characteristic:The constructor may have 0, one or many parametersThe constructor。

23、 and the class have the same nameA class may have many constructor. The constructor has not returned valueThe constructor always be together used with the new operator8. Over loading: When many methods have the same name when includes the different parameter, then has the over loading Which method d。

24、oes the compiler have to choose invokes.9.Package : Java allow one or many classes to become together as group, is called package, to organizing duty easily, the standard Java storehouse divides into many packages Java.Lang java.Util java, net and so on, the package is layered and all java packages 。

25、are in java and in a javax package.10. Extendable thought: permit to construct new class on existing classes , when you extend the class which already existed, then you reuse this class of method and the field, at the same time you might add the new method and the field in the new class.11.Expandabl。

26、e class:The expandable class fully manifested is-a to extend the relations The form is:Class (subclass) extends (base class).12. Multi-modality: In java, the object variable is multi-modality But in java does not support multiple extend. 13.Dynamic combine: the mechanism of invoking object method me。

27、chanism.1) compiler examines object statement type and method name.2) the compiler examines that method invokes parameter type.3) static combine: If the method type is priavte static the final ,compiler can accurately know which method should invoke.4) when the procedure runs and uses dynamic combin。

28、e to invoke a method, the method edition which then hypothesized machine must invoke x the object actual type which aims at to match.5) dynamic combine: is a very important characteristic, it can cause the procedure to change again may expand but does not need to translate has saved the code.14.Fina。

29、l class:In order to prevent other people derive the new class from yours class, this class is cannot expanded.15.The dynamic invocation spend longer time than the static invocation expenditure.16.Abstract class:Stipulated or many abstract methods class of itself must define is abstract.Example: Publ。

30、ic abstract string getDescripition17.In Java each class is be extended by object class.18. equal and toString method in object class .Equal uses in testing an object is whether equal with another object.ToString returns to represent this object the string of character, each class can nearly over loa。

31、ding this method, in order to returns to the current condition the correct expression.(The toString method is a very important method)19.General programming:Any class of type all values all may replace with a object class of variable. 20.The array tabulates: The ArrayList dynamic array tabulates, is。

32、 a class of storehouse, defines in java.In uitl package, but automatic control array size.21.in class and class of object ,getclass method returns to the class type an example, when the procedure start contains can increase in the main method class, hypothesized confidential increase all classes whi。

33、ch he needs, each increase class all must increase the class which it needs.22.The class: class might dynamic operate the java code for the compilation the procedure to provide the formidable function reflection, this function was JavaBeans is specially useful, the use reflected Java to be able to s。

34、upport the VB programmer to be familiar with the use the tool.procedure of analysis class ability is called the reflector, in Java to provide this function the package to call Java.Lang.The reflect reflection mechanism is extremely formidable.1) when run analysis class ability.2) when run searches o。

35、bserves a class of object.3) realizes the general array operation code.4) provides the method object.But this mechanism mainly aims at the tool but not the application and the procedure.In the reflection mechanism most important part is that permits class that you inspect structure. With to API incl。

36、udes:Java.Lang.Reflect.Field returns to the field.Java.Reflect.Method returns to the method.Java.Lang.Reflect.Constructor returns to the parameter.Method pointer: Java does not have the method pointer, makes a method address another method, may invoke it in behind, but the interface is the better so。

37、lution.23. interface: should showing class could do what but not to assign how to do, a class may realize one or many interfaces.24.The interface is not a class, but is to conforms to a interface request class of set of standard.If realizes a interface to need 2 steps:1) the statement class needs to。

38、 realize assigns the interface.2) provides in the interface all methods definition.Stated a class realizes a interface to need to use the implements key wordsClass actionB implements Comparable its actionb needs to provide the CompareTo method, the interface is not the class, cannot use a new exampl。

39、e interface.25.A class only then a super class, but a class can realize many interfaces. In a Java important interface: Cloneable26.The interface and call-back :to programs a commonly used pattern is call-back,in the pattern, you may refer when this class of pattern settled specific time occurs retu。

40、rns to adjusts on the object the method.Example:ActionListener interface monitor.Similar API includes:Java.Swing.JOptionPaneJava.Swing.TimerJava.Awt.Tookit27.Object clone:The clone method is a object protection method, this meant your code cannot simple invoke it.28.Inner class an inner class defini。

41、tion is the definition in another class.The reason is:1) an inner class object can visit founds its object realization, including private data.2) about other classes in the same package in that, inner class can be hided.3) the anonymous inner class may the very convenient definition accent.In 4) use。

42、s the category to be possible the extremely convenient compilation event driver.29.Agent class (proxy):1) appointing all codes that interfaces request2) all methods (toString equals) that object class define30.Data type:Java is kind of emphasizing type language, each variable all must be declared it。

43、s types at first, in java altogether has 8 basic types . four kinds are the long, two kinds are the float, one is the char, being used in the Unicode code char, Boolean. 1. java is simple Java and C + + are very similar, but much simpler. All the high-level programming language features, is not abso。

44、lutely necessary have been deleted. For example, Java does not overload operator, the title of the document, pre-processing, computing pointer, the structure of the joint, multi-dimensional array, templates and implicit type conversion. If you know a little C, C + + or Pascal, you will soon master J。

45、ava. Here is a simple procedure JavaHelloWorld: publicclassHelloInternet ( publicstaticvoidmain (Stringargv ) ( System. out. println ( HelloIn-ternet!) ) ) 2. Java is object-oriented Java is an object-oriented programming language. In addition to the simple types, such as digital and Boolean operato。

46、rs in addition, Java is an object of most. As with any object-oriented languages, Java code also organized by category. Each category provides a definition of the object behavior. Another type of succession can be a kind of behavior. In the category of the root level, often the target category. Java。

47、 support for the single type of inherited hierarchy. This means that each category can only inherit one other category. Some of the language to allow multiple inheritance, but it may cause confusion and unnecessarily complicated language. For example, imagine that an object would inherit two completely different category. Java also supports the kind of summary of the interface. This allows programmers to define the interface methods, and do not have to rush immediately to determine the methods to achieve. A type of inte。

计算机专业英语外文翻译,计算机专业英语JAVA介绍外文翻译[共28页]相关推荐

  1. 整理了23年3月英语四级真题全三套(可复制版)共11页

    整理了23年3月英语四级真题全三套(可复制版)共11页 小面包提醒:2023年3月四级考试共考了一套听力.一套阅读.三篇写作和三篇翻译,请读者知悉. 希望对大家有所帮助

  2. java外文翻译范文_关于JAVA技术外文翻译.doc

    附录一 :ABOUT JAVA TECHNOLOGY Servlets and JSP: An Overview 1. What are Java Servlets? Servlets are Jav ...

  3. 计算机英语及教学法,计算机英语教学方法探析

    计算机英语教学方法探析 本文论述了计算机专业英语教学中存在的问题,并提出解决此问题需从教学 (本文共1页) 阅读全文>> 计算机英语因其特殊性,在教学过程中需要有其特有的教学方法.本文中, ...

  4. 2021复旦大学计算机专业,2021年度复旦大学计算机科学技术学院多媒体技术基础试题.doc...

    复旦大学计算机科学技术学院 <多媒体技术基本>期末考试试卷 B卷 共 4 页 课程代码:INFO130130.01考试形式:□开卷 □√闭卷 年 6月 (本试卷答卷时间为90分钟,答案必要 ...

  5. 微型计算机计算机钢琴,用汇编语言编写计算机钢琴程序

    用汇编语言编写计算机钢琴程序 汇编语言是学习计算机尤其是微型计算机原理,以及进行微型计算机开发应用不可缺少的 (本文共3页) 阅读全文>> 汇编语言是微型计算机开发应用不可或缺的重要部分, ...

  6. 有关计算机的英语文献及其翻译,计算机专业外文文献论文翻译1

    计算机专业外文文献论文翻译1 (12页) 本资源提供全文预览,点击全文预览即可全文预览,如果喜欢文档就下载吧,查找使用更方便哦! 9.90 积分 外文文献: Evolving Java Without ...

  7. 计算机类英文文献 英语怎么说,计算机专业外文文献翻译共5页(样例3)

    <计算机专业外文文献翻译.doc>由会员分享,可免费在线阅读全文,更多与<计算机专业外文文献翻译(共5页)>相关文档资源请在帮帮文库(www.woc88.com)数亿文档库存里 ...

  8. 计算机专业英语问,如何翻译计算机专业英语?

    如何翻译计算机专业英语? Constraint-Based Assert Model The constraint-based Assert model uses a single method of ...

  9. 相关计算机专业的英语文献,英文文献及翻译计算机专业.doc

    英文文献及翻译计算机专业 外文资料翻译-英文原文 NET-BASED TASK MANAGEMENT SYSTEM Hector Garcia-Molina, Jeffrey D. Ullman, J ...

最新文章

  1. 先查询再插入的存储过程怎么写_谈一谈 InnoDB(1) - 底层存储文件结构
  2. [20170603]12c Top Frequency histogram.txt
  3. leetcode word break java,Word Break leetcode java
  4. asp.net日历控件My97DatePicker下载地址
  5. php取不到post数据库,安卓post 数据到php 在写入数据库老是不成功, 数据post不到php...
  6. Bailian4007 计算字符串距离【DP】
  7. 【java笔记】IO流(1):IO流概述,字节输出/输入流读写文件
  8. 07.electron-(渲染进程和主进程)通信
  9. oracle中查看实例,oracle查看数据库实例,查看数据库实例名
  10. 奥数题-求空间4点构成的四面体体积
  11. maven的pom文件引入依赖报错:提示无法处理 Cannot resolve...
  12. 《魔兽争霸》故事背景
  13. ajax localhsot,ajax请求nodejs后台,开启服务器后,localhost:3000/index.html页面既没有报错,也没有文字。。。...
  14. Golang 协程顺序打印
  15. Unity 接入高德开放API - 天气查询
  16. 拉拉米抢单发单系统源码+二开ui带视频介绍+ 放量功能
  17. oracle 占用大量内存不释放的一种解决方案
  18. python实现快速欧式聚类FEC:fast-euclidean-clustering
  19. ui设计界面参数_参数化设计,可以更有效地设计用户界面
  20. 智能手机 - 黑科技

热门文章

  1. 申报成功后怎样修改_每日分享|电子税务局操作指引之更正错误申报
  2. mysql 5.7 安装错误提示总结
  3. ubuntu安装python3.6_Ubuntu16.04怎样安装Python3.6
  4. 2022年如何学习自动化测试?这篇文章告诉你
  5. 用Python实现简单的人脸识别,10分钟(附源码)
  6. 计算机禁用了网络怎么qtyong,如何禁用Qpushqt按钮?
  7. 宁德时代机器人编程开发_全球首例丨可编程的活体机器人已诞生,100%青蛙基因,超级计算机时代,将无所不能?!...
  8. 【PHPMailer】写一封邮件
  9. merge r语言daframe_R语言读取多个excel文件后合并:rbind/merge/cmd合并
  10. pythonpandas用sql查询数据表_python pandas read_sql_query使用记录