Java Simple Introduce

本文介绍了Java编程语言的特点及其应用领域,包括其跨平台能力、语法规范等,并提到了Java被广泛应用于个人电脑、数据中心、移动设备等多个领域。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

   This article comes from the website http://baike.baidu.com/link?url=cK0MxxWqlAsLuFl2RY8TqCWrXNASrTWpmfTahG0MUY4x9hXFCbl2C9CJnSEpcA7r 

    Java is a object-oriented programming language which can write cross-platform application software. It was been launched in May 1995 by Sun Microsystems ,java is java programming language and java platform general term . Java technology has excellent versatility ,efficiency,platform portability and security ,it has been widely used in personal computer ,data center, game console, science super computers ,mobile phones and the Internet ,also it has the world's largest developer of professional community . In the industry environment of cloud computing and mobile internet around the world ,java own a significant advantages and broad prospects .

     .Java be developed by James Gosling and his colleagues , was launched in 1995 . Java is divided into three systems javaSE ,javaEE, javaME . Different from the traditional program ,java as an open technology be launched by Sun . The worldwide java developer companies was asked to design java software must be compatible with each other .

      Java basic grammer

      When writing java program ,you should pay attention to the following :

          1, Case sensitive :java is case sensitive ,this means that the identifier "Hello" and "hello" is different .

          2, Class name: For all classes ,the class name of the first letter should be capitalized .If the composition of the class name consist of several words ,then the first letter of each word should be capitalized . For example :MyFirstJavaClass .

          3, Method name:All method names should begin with lowercase letter . If method names contains several words , then the first letter of other words should be capitalized . For example: getAge()

          4,The source file name: The source name must be same as the class name , when save the file ,you should use the class name as the file name to save (be careful case sensitive) ,the filename suffix is .java .

          5, Main method entry: All java program started by the method :public static void main(String args[]) 


         

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值