A.int num =(int)"hello java";B.int num =(float)0.1;C.int num =(int)1.1;D.以上都不对
A.intB.charC.floatD.double
A.属性B.方法C.构造方法D.字节码