找考题网-背景图
多项选择题

在Java中,下列()是合法的声明。     

A.float f=1/3;
B.int i=1/3;
C.float f=1.01;
D.double d=999d;