• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Regarding Objective 3.4 of K&B

 
Ranch Hand
Posts: 111
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi!
W.r.t Objective 3.4 of SCJP (as mentioned in K & B), do we need to study any other classes and the methods (other than mentioned below) in K&B.

quote:
--------------------------------------------------------------------------------
Use standard J2SE APIs in the java.text package to correctly format or parse dates, numbers, and currency values for a specific locale; and, given a scenario, determine the appropriate methods to use if you want to use the default locale or a specific locale. Describe the purpose and use of the java.util.Locale class.

--------------------------------------------------------------------------------

If we study the following classes and methods in java.text.* and java.util.* w.r.t Dates, Numbers and Currency is it sufficient for the SCJP5.0 exam or do we need to study any other classes or methods other than those mentioned in the K&B.

quote:
--------------------------------------------------------------------------------
java.util.Date
java.util.Calendar
java.text.DateFormat
Java.text.NumberFormat
Java.util.Locale

--------------------------------------------------------------------------------

Do we get questions, on any other classes? If so please let me know what classes and methods do i need to prepare for the SCJP5.0 exam!!
 
Ranch Hand
Posts: 206
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi...

The details about this APIs mentioned in the K&B book are sufficient for SCJP ...
Thanks,
Megha
[ October 28, 2007: Message edited by: megha joshi ]
 
reply
    Bookmark Topic Watch Topic
  • New Topic