(单选题)
Given: What creates the appropriate DateFormat object and adds a day to the Date object?()
A35. DateFormat df = DateFormat.getDateFormat();42. d.setTime( (60 * 60 * 24) + d.getTime());
B35. DateFormat df = DateFormat.getDateInstance();42. d.setTime( (1000 * 60 * 60 * 24) + d.getTime());
C35. DateFormat df = DateFormat.getDateFormat();42. d.setLocalTime( (1000*60*60*24) + d.getLocalTime());
D35. DateFormat df = DateFormat.getDateInstance();42. d.setLocalTime( (60 * 60 * 24) + d.getLocalTime());
正确答案
答案解析
略
相似试题
(单选题)
Given: What is the result?()
(单选题)
Given: What is the result?()
(单选题)
Given: What is the result?()
(单选题)
Given: What is the result?()
(单选题)
Given: What is the result?()
(单选题)
Given: What is the result?()
(单选题)
Given: What is the result?()
(单选题)
Given: What is the result?()
(单选题)
Given: What is the result?()
(单选题)
Given: What is the result?()