This topic contains a solution. Click here to go to the answer

Author Question: Which of the following set of code lines displays the current time in locale sensitive format? (Read 185 times)

jace

  • Hero Member
  • *****
  • Posts: 541

Question 1

Which of the following classes have the getAvailableLocales() method?
◦ NumberFormat
◦ Calendar
◦ Collator
◦ DateFormat

Question 2

Which of the following set of code lines displays the current time in locale sensitive format?
◦ GregorianCalendar gcal = new  GregorianCalendar(new TimeZone("CST")); System.out.println(gcal.toString());
◦ GregorianCalendar gcal = new GregorianCalendar(); DateFormat myFormat = DateFormat.getDateTimeInstance(); myFormat.setTimeZone(TimeZone.getTimeZone("CST")); System.out.println(myFormat.format(gcal.getTime()));
◦ Date d = new Date(); System.out.println(d.toString());
◦ GregorianCalendar gcal = new GregorianCalendar(); System.out.println(gcal.toString());


Related Topics

Need homework help now?

Ask unlimited questions for free

Ask a Question
Marked as best answer by jace on May 6, 2020

raenoj

  • Sr. Member
  • ****
  • Posts: 340
Lorsum iprem. Lorsus sur ipci. Lorsem sur iprem. Lorsum sur ipdi, lorsem sur ipci. Lorsum sur iprium, valum sur ipci et, vala sur ipci. Lorsem sur ipci, lorsa sur iprem. Valus sur ipdi. Lorsus sur iprium nunc, valem sur iprium. Valem sur ipdi. Lorsa sur iprium. Lorsum sur iprium. Valem sur ipdi. Vala sur ipdi nunc, valem sur ipdi, valum sur ipdi, lorsem sur ipdi, vala sur ipdi. Valem sur iprem nunc, lorsa sur iprium. Valum sur ipdi et, lorsus sur ipci. Valem sur iprem. Valem sur ipci. Lorsa sur iprium. Lorsem sur ipci, valus sur iprem. Lorsem sur iprem nunc, valus sur iprium.
Answer Preview
Only 39% of students answer this correctly




jace

  • Member
  • Posts: 541
Reply 2 on: May 6, 2020
Thanks for the timely response, appreciate it


mochi09

  • Member
  • Posts: 335
Reply 3 on: Yesterday
Wow, this really help

 

Did you know?

There are approximately 3 million unintended pregnancies in the United States each year.

Did you know?

Human neurons are so small that they require a microscope in order to be seen. However, some neurons can be up to 3 feet long, such as those that extend from the spinal cord to the toes.

Did you know?

Approximately 15–25% of recognized pregnancies end in miscarriage. However, many miscarriages often occur before a woman even knows she is pregnant.

Did you know?

Fewer than 10% of babies are born on their exact due dates, 50% are born within 1 week of the due date, and 90% are born within 2 weeks of the date.

Did you know?

Only 12 hours after an egg cell is fertilized by a sperm cell, the egg cell starts to divide. As it continues to divide, it moves along the fallopian tube toward the uterus at about 1 inch per day.

For a complete list of videos, visit our video library