关键字---Keywords 标示符---Identifiers 注释---Comments 文档注释---Documentation Comments 基本数据---Primitives 字符---Character(char) 字符串---String 字节---Byte 整数---Integer(int) 布尔---Boolean 二进制---Binary 八进制---Octal 十进制---Decimal 十六进制---Hexadecimal 常数和变量---Constants & Variables 运算符---Operators 语句---Statements 函数(方法)---Functions(Methods) 数组---Arrays 隐式类型装换---Implicit Type Conversion 显示类型转换---Explicit Type Conversions
转载于:https://www.cnblogs.com/yiranniu/archive/2013/06/05/3118242.html
本文详细介绍了编程中的基本概念,包括关键字、标识符、注释、数据类型如字符、字符串、整数等,以及常量与变量、运算符、语句、函数、数组等内容,并解释了类型转换的相关知识。
4490

被折叠的 条评论
为什么被折叠?



