need to have a formater -> two cases left -> CD
static NumberFormat getInstance() is like getNumberInstance()
Returns a general-purpose number format
public static final NumberFormat getCurrencyInstance(Locale inLocale)
Returns a currency format for the specified locale
answer: D
answer : D
A. not correct
NumberFormat formatter = NumberFormat.getInstance(locale).getCurrency();
public Currency getCurrency()
returns Currency type
B. not correct
NumberFormat.getCurrency(locale)
public Currency getCurrency()
there is no parametr in this method
C. not correct
NumberFormat.getInstance(locale)
formatter.format(currency) returns 100.00
general-purpose number format
This section is not available anymore. Please use the main Exam Page.1z0-819 Exam Questions
Log in to ExamTopics
Sign in:
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
Mani_18
2 months, 2 weeks agoASPushkin
4 months, 2 weeks agoASPushkin
6 months, 3 weeks agojames2033
1 year, 5 months agoLebannin
1 year, 8 months agoStavok
1 year, 9 months agoMukes877
1 year, 11 months agoiCOW
1 year, 11 months agobharathdave
1 year, 11 months agoAnkit1010
2 years, 3 months agoalex_kon
2 years, 4 months agoLeksh_geeth
2 years, 5 months ago