可学答题网 > 问答 > SCJP程序员认证考试题库
目录: 标题| 题干| 答案| 搜索| 相关
问题

14. DateFormat df;  15


14. DateFormat df;  15. Date date = new Date();  16. //insert code here  17. String s = df.format( date);  Which two,inserted independently at line 16, allow the code to compile?()

  • A df= new DateFormat();
  • B df= Date.getFormatter();
  • C df= date.getFormatter();
  • D df= date.getDateFormatter();
  • Edf = DateFormat.getDateInstance();
  • F df= DateFormat.getInstance();
参考答案
参考解析:
分类:SCJP程序员认证考试题库
相关推荐

1、若a=5,b=3,c=4,逻辑表达式!(a+b)&;&;!c的值

若a=5,b=3,c=4,逻辑表达式!(a+b)&;&;!c的值为()A0B-1C1D2

2、在RSP-14用户框的各级别收敛比的E1的接入均使用AMP头(插在HEADE

在RSP-14用户框的各级别收敛比的E1的接入均使用AMP头(插在HEADER上)接入,如果对外有同轴电缆接口,则使用B75板来完成接口转换.A正确B错误

3、AMPS通信系统属于第()代移动通信。

AMPS通信系统属于第()代移动通信。A第一代B第二代C第三代D第四代

4、AMPS属于()。

AMPS属于()。A1GB2GC3GD4G

5、cAMP(cyclic AMP)

cAMP(cyclic AMP)

6、表达式10>5&&6%3的值是()

表达式10>5&&6%3的值是()A-1B非零值C0D1