Quote:
quote:Originally posted by rchafei
I just bought the book ( 27 min ago). I wanted to learn Java along time ago, so now is the time :)
|
Hello! This forum is kind of quiet. I check in once a week. I am working at chapter 8 now. If you post questions I will always try to answer them. There are also the forums at
www.sun.com for quicker help. I hope you succeed with the book!
Do you already know about (object oriented) programming?
If not, take your time doing the first 7 chapters. Those chapters give you the object oriented basics for the rest: the whole corpus of the Java class library.
Quote:
quote:Originally posted by rchafei
One question ( and more to come):
Is the book, Beginning Java 2, prepare the reader for Sun's Java Certification?
thanks.
|
Better than that! It will teach you how to write your own Java programs. The Sun certification is (too) much concerned with tedious language details, the kind of thing the javac compiler will tell you about automatically (if you make a mistake).
There is also the Sun programmer certification and there you have to make an assignment (write a program).
If you work your way through "Beginning Java 2" you can do both the exams.
I want to do the Sun Certification too. I think I will buy the book by Rasmussen (ISBN 0-201-72828-1), to specially prepare for the Java Certification. But only when I am ready!
Sun recommends you would typically have 1 year of programming Java before doing the exam. If you'd type over all the examples and make all the exercises in Ivor's book (takes about 1 year) you would gain quite some experience.
Also try to use Java for your own little (fun) projects: that helps a great deal!
And: don't worry about the exam: it is multiple choice and you only need a 52% score.
bye bye
your fellow Java student
P.S.
Do you own a copy of the JDK1.3 version of Ivor Horton's book, or the SDK1.4 version????????