| Author |
static methods cannot be overridden ?
|
Tom McCann
Ranch Hand
Joined: Aug 27, 2005
Posts: 31
|
|
I am very confused (so what's new ?). In the SCJP Exam guide it says that static methods cannot be overridden. Yet I have just compiled and run the following test program with the expected results. Am I missing something in my understanding of the statement that "static methods cannot be overridden" ? produces the output: I am eating I am eating hay
|
 |
Ernest Friedman-Hill
author and iconoclast
Marshal
Joined: Jul 08, 2003
Posts: 24054
|
|
|
There's a nice page about this in the JavaRanch FAQ.
|
[Jess in Action][AskingGoodQuestions]
|
 |
Tom McCann
Ranch Hand
Joined: Aug 27, 2005
Posts: 31
|
|
|
Many Thanks.
|
 |
 |
|
|
subject: static methods cannot be overridden ?
|
|
|