Which of the following is used to convert Date object to String?   a) SimpleDateFormat sdf = new SimpleDateFormat("yyyy-mm-dd"); sdf.parse(new Date()); b) SimpleDateFormat sdf = new SimpleDateFormat("yyyy-mm-dd"); sdf.format(new Date()); c) SimpleDateFormat sdf = new SimpleDateFormat("yyyy-mm-dd"); new Date().parse(); advertisement d) SimpleDateFormat sdf = new SimpleDateFormat("yyyy-mm-dd"); new Date().format();

EBK JAVA PROGRAMMING
9th Edition
ISBN:9781337671385
Author:FARRELL
Publisher:FARRELL
Chapter4: More Object Concepts
Section: Chapter Questions
Problem 19RQ
icon
Related questions
Question

Which of the following is used to convert Date object to String?

 

a) SimpleDateFormat sdf = new SimpleDateFormat("yyyy-mm-dd");

sdf.parse(new Date());

b) SimpleDateFormat sdf = new SimpleDateFormat("yyyy-mm-dd");

sdf.format(new Date());

c) SimpleDateFormat sdf = new SimpleDateFormat("yyyy-mm-dd");

new Date().parse();

advertisement

d) SimpleDateFormat sdf = new SimpleDateFormat("yyyy-mm-dd");

new Date().format();

Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 2 steps

Blurred answer
Knowledge Booster
Data Binding
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
EBK JAVA PROGRAMMING
EBK JAVA PROGRAMMING
Computer Science
ISBN:
9781337671385
Author:
FARRELL
Publisher:
CENGAGE LEARNING - CONSIGNMENT
Programming with Microsoft Visual Basic 2017
Programming with Microsoft Visual Basic 2017
Computer Science
ISBN:
9781337102124
Author:
Diane Zak
Publisher:
Cengage Learning