aspose file tools
The moose likes Beginning Java and the fly likes static methods cannot be overridden ? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Beginning Java
Reply Bookmark "static methods cannot be overridden ?" Watch "static methods cannot be overridden ?" New topic
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
    
  13

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.
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: static methods cannot be overridden ?
 
Similar Threads
the complier looks only at the reference type not the instance type for overridden methods!!???!!
Overloaded method question
Polymorphism
Polymorphism
Super class and subclass access methods