Search...
FAQs
Subscribe
Pie
FAQs
Recent topics
Flagged topics
Hot topics
Best topics
Search...
Search within Java in General
Search Coderanch
Advance search
Google search
Register / Login
Win a copy of
TDD for a Shopping Website LiveProject
this week in the
Testing
forum!
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:
Campbell Ritchie
Paul Clapham
Ron McLeod
Jeanne Boyarsky
Tim Cooke
Sheriffs:
Liutauras Vilda
paul wheaton
Henry Wong
Saloon Keepers:
Tim Moores
Tim Holloway
Stephan van Hulst
Carey Brown
Frits Walraven
Bartenders:
Piet Souris
Himai Minh
Forum:
Java in General
overriding a static method
S bitz
Ranch Hand
Posts: 80
posted 15 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
Hi,
Can we override a static method in
java
?
Rahul Bhattacharjee
Ranch Hand
Posts: 2308
posted 15 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
No , they are attached with class , one for all the objects created out of one class.You can override only non final public/protected and non static functions.
Rahul Bhattacharjee
LinkedIn
-
Blog
Hey cool! They got a blimp! But I have a tiny ad:
free, earth-friendly heat - a kickstarter for putting coin in your pocket while saving the earth
https://coderanch.com/t/751654/free-earth-friendly-heat-kickstarter
reply
reply
Bookmark Topic
Watch Topic
New Topic
Boost this thread!
Similar Threads
can a static method be override.
About overriding
tere is a ques abt static method.
Question
Float wrapper takes double primitive implicitly.
More...