• 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:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Jeanne Boyarsky
  • Ron McLeod
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

Topic coverage on IO

 
Ranch Hand
Posts: 77
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I went through the Kathie Siera book on SCJP certification but in that the topics related to Io package likely to appear on the exams were covered in brief. Is that sufficient for SCJP preperation or we need to study and explore all he Io package in depth for exam. Kindly clarify.
 
Ranch Hand
Posts: 694
Mac OS X Eclipse IDE Firefox Browser
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I really like the coverage of IO in K&B. It's very practical. It was very helpful to me to simplify IO which is confusing with all the different way to hook objects together.

This is my favorite part of the book for making things clear. Since Kathy & Bert developed the exam, I'm pretty sure that this is all you need.
 
Pradeep Kumar
Ranch Hand
Posts: 77
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
HI thanks,
But the things covered in this book are not the entire IO. so should we know everything about IO or only the maerial given in this book.
 
Ranch Hand
Posts: 107
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
The SCJP5 exams only cover character based IO and serialization. These are the topics that are covered in the K&B book.
 
reply
    Bookmark Topic Watch Topic
  • New Topic