试题详情
- 单项选择题 Given a valid DateFormat object named df,and 16.Date d = new Date(0L); 17.String ds = "December 15, 2004"; 18.//insert code here What updates d’s value with the date represented by ds?()
A、18. d = df.parse(ds);
B、18. d = df.getDate(ds);
C、18. try {19. d = df.parse(ds);20. } catch(ParseException e) { };
D、18. try {19. d = df.getDate(ds);20. } catch(ParseException e) { };
- C
关注下方微信公众号,在线模考后查看
热门试题
- You have
- The size
- 假定表A中有十万条记录,要删除表中的所有
- ASM supports
- Given: Whatistheres
- You executed&e
- Evaluate the SQL st
- Your database&
- You recently
- You have
- You observe
- A class games.
- Which four are corre
- Which two statements
- ExaminethedataintheE
- You have enabled bac
- 在PL/SQL中定义一个可以存放雇员表(
- Given: What is
- Given: What is
- In which