A. boolean B. private C. hi D. if
A. 逗号 B. 分号 C. 单引号 D. 句号
A. int a; B. double b=4.5; C. boolean b=true; D. float f=9.8;
A. float,double,int,long B. double,float,int,byte C. byte,long,double,float D. double,int,float,long
A. byte i = 389; B. long v = i*3+4.5; C. int x = 87L; D. long a = 10;