早教吧 育儿知识 作业答案 考试题库 百科 知识分享

指出正确的表达式A、byte=128;B、Boolean=null;C、longLv=0xfffL;D、double=0/9239d;

题目详情
指出正确的表达式
A、byte = 128;
B、Boolean = null;
C、long Lv = 0xfffL;
D、double = 0/9239d;
▼优质解答
答案和解析
C
A、byte = 128; //没有定义变量名
B、Boolean = null; //没有指定数据类型
D、double = 0/9239d; //没有定义变量名