强类型语言:必须先定义才能使用。
数据类型:
基本类型:
整数:byte,short,int,long,1,2,4,8
浮点数:float,double,boolean,char,4,8,1,2
引用类型:类,接口,数组