下面正确的写法是? cbyte i=128
boolean i=null
long i=0xfffL
double i=0.9239d
null表示没有地址;null可以赋值给引用变量,不能将null赋给基本类型变量,例如int、double、float、boolean