单项选择题
运行下列程序, 会产生什么结果()
A. 第一行会产生编译错误 B. 第六行会产生编译错误 C. 第六行会产生运行错误 D. 程序会运行和启动
指出下列程序运行的结果()A.good and abcB.good and gbcC.test ok and ...
指出下列程序运行的结果()
A.good and abc B.good and gbc C.test ok and abc D.test ok and gbc
指出正确的表达式()A. byte=128;B. Boolean=null;C. long l=0xfffL;...
单项选择题指出正确的表达式()
A. byte=128; B. Boolean=null; C. long l=0xfffL; D. double=0.9239d;
paint()方法使用哪种类型的参数?()A. GraphicsB. Graphics2DC. StringD...
单项选择题paint()方法使用哪种类型的参数?()
A. Graphics B. Graphics2D C. String D. Color