More to the point, please recompile with "javac -Xlint:unchecked" (or better, "javac -Xlint:all") and find out for sure exactly what the compiler disagrees with!
This has to do with polymorphism. All abstract methods must be implemented(or overridden). In order to override a method, you would need to have code in another method that would do this.
You posted a couple of these today, questions that start with "I just read..." My advice to you (if these are all coming from the same source) is that you don't read this particular book, tutorial, or study guide any further. Wherever these quotes are coming from, you're getting a lot of bad information.
I am new to Java and I was referencing the Head First Java text when I provided some insight into the proposed question. Please elaborate on your comment.
Thanks!
Tony Morris
Ranch Hand
Joined: Sep 24, 2003
Posts: 1608
posted
0
Arnb Sen
Ranch Hand
Joined: Feb 23, 2004
Posts: 145
posted
0
Hi Ernest,
I agree with you. I was actually looking for some certification book which explains or describes as the Java Objectives for SCJP.
Any book in which the chapters or the sections are kind of exact replica of the order in which the Objectives are mentioned in Sun's SCJP requirement ?
Arnb Sen
Ranch Hand
Joined: Feb 23, 2004
Posts: 145
posted
0
Any certification book which follows a similar organisation of the chapters and sections same as that of the SCJP Objective ?
Arnb Sen
Ranch Hand
Joined: Feb 23, 2004
Posts: 145
posted
0
Have heard that Kathy Sierra's book is very good and helpful. Does that follow similar SCJP Objective structure ?