A.可以在類中定義類 B.可以在類中定義方法 C.可以在方法中定義類 D.可以在方法中定義方法
A.s1 B.$1 C._1 D.1s
A.short s=256; B.String s=‘Helloworld’; C.int x=012; D.char c=“a”;