• 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

java.io package in SCJP1.5

 
Ranch Hand
Posts: 143
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

I wanted to know whether the API contents for the IO classes in K&B book is sufficient for the exam or not. Should I read other functions of the various "io" classes?

Thanks
 
arch rival
Posts: 2813
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I recommend sticking to what is in that book. It is a fairly large subject and you should concentrate on a narrow and deep knowledge rather than trying to cast you learning widely.
 
author
Posts: 9050
21
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hey Asha,

In this new version of the exam, the exam creators wanted candidates to be familiar with the basic, most commonly used aspects of key parts of the API. So, for instance, I/O, dates, regex, currency, and numbers are topic areas that were added to the exam. Each of these API areas is quite large and complex, and the intention is NOT that every candidate must become a guru in all of these API areas.

Of course, given a specific job or project, individual programmers will undoubtably become real experts in certain parts of the API.

So long story short, the book focuses on the basics of each API that you will need for the exam. The book does NOT presume to make you an expert in each of these APIs. For many of these APIs, entire books have been devoted to single topics, like I/O or regex for example.

We're pretty darned sure that we've covered everything you'll need to do great on the exam, but you should do research such as asking other candidates (like you're doing here) and looking at reviews.

In fact, if any candidates ever feel like we don't cover a topic well enough for the exam, we really want to hear about it, so that we can fix it!

Thanks, and good luck on the exam.

Bert
 
Asha Pathik
Ranch Hand
Posts: 143
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks Marcus and Bert for your kind suggestions. I think its just the exam fever that is making me think like this.

Thanks
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic