A.Java是不区分大小写的 B.源文件名与public类型的类名必须相同 C.源文件的扩展名为.jar D.源文件中public类的数目不限
A.System.in B.System.out C.System.err D.System.exit()
A.userName B.2test C.$change D._password
A、this关键字是在对象内部指代自身的引用 B、this关键字可以在类中的任何位置使用 C、this关键字和类关联,而不是和特定的对象关联 D、同一个类的不同对象共用一个this
A、Button B、Label C、TextField D、Checkbox