文档详情

Java应程序——控制台输入.docx

发布:2016-09-08约1.14万字共20页下载文档
文本预览下载声明
班级 2010级软件工程2班学生学号 201096064076 计算机科学系本科学年论文题  目java应用程序——控制台输入法学生姓名  闫洛专业名称  软件工程指导教师  田絮资 2013年1月15日Java应用程序—控制台输入法闫洛(宝鸡文理学院 计算机科学系,陕西 宝鸡 721016)Java applications - console input methodYan Luo(Department of Computer Science, Baoji Univ.ArtsSci., Baoji 721016 , Shaanxi, China)摘要Java已经从一种平台无关的编程语言演变成一种与厂商及平台无关的健壮的服务器端技术,促使IT业界深入发掘以Web为核心的应用程序的巨大潜力。在java的语言里包括了大量的类与方法,由它们来主导java语言的应用。本文主要研究java应用程序的控制台输入法,主要叙述Scanner类,包括它的介绍、用法、发展以及示例分析。本文主要包括四个部分:(1)java应用程序,主要描述java简介以及java应用程序的开发过程,以引出下文。(2)从控制台输入数据,该部分为本文的核心,主要讲述Scanner类及一些使用方法。(3)控制台输入数据相关的类和方法,该部分主要讲了和控制台输入相关的重要的类和方法。(4)总结,对全文进行总结。关键字:java,控制台输入,Scanner。AbstractJava is from a platform-independent programming language evolved into a server-side technology has nothing to do with the manufacturers and platform robust, great potential to promote IT industry to explore the application to Web as the core. In the Java language includes classes and methods of application, by them to dominate the Java language. Console input method based on Java application, mainly describes the Scanner class, including the introduction, development, usage and example analysis.This paper mainly includes four parts: ( 1 ) the Java application, describes the development process of Java and Java applications, to introduce below. ( 2 ) the input data from the console, this part is the core of this dissertation, mainly about the Scanner class and use method. ( 3 ) the class and method for console input data, this part is mainly about the classes and methods related to important and console input. ( 4 ) conclusion, summarizes the full text.Key words: java,Console input,Scanner.1java应用程序1.1java简介Java是由Sun Microsystems公司于1995年5月推出的Java面向对象程序设计语言(以下简称Java语言)和Java平台的总称。由James Gosling 和同事们共同研发,并在1995年正式推出。用Java实现的HotJava浏览器(支持Java applet)显示了Java的魅力:跨平台、动态[1]的Web、Internet计算。从此,Java[2]被广泛接受并推动了Web的迅速发展,常用的浏览器现在均支持Java applet。另一方面,Java技术也不断更新。(2010年Oracle公司收购了SUN)由四方面组成:Java编程语言、Java类文件格式、Java虚拟机和Java应用程序接口(Java API)。 Java平台由Java虚拟机(Java Virtu
显示全部
相似文档