can a static method be overridden

Answer Posted / nitasha

Static methods are not overriden, they are hidden by static
method in subclass. Check out the link:

http://www.xyzws.com/javafaq/can-static-methods-be-overridden/1

Is This Answer Correct ?    4 Yes 6 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the diffrence between a local-tx-datasource and a xa-datasource?

574


In our urls and in the text of the buttons we have comma. Its causing an error. Is there a way to change the delimiting character for the menu arguments?

577


Explain the advantages and disadvantages of detached objects.

568


What is the difference between the ‘font’ and ‘fontmetrics’ class?

630


Explain what is orm?

670






Is there a guarantee of uniqueness for entity beans?

566


What is prototype?

602


What is a sessionfactory? Is it a thread-safe object?

670


Describe activation process?

2055


What is metaspace?

541


What modifiers may be used with an interface declaration?

551


Are there books about seam?

626


What is the difference between java class and bean?

578


int x=5,i=1,y=0; while(i<=5) { y=x++ + ++x; i=i+2; } System.out.println(x); System.out.println(y); System.out.println(i); How to solve this? Please explain!

1358


How would you detect a keypress in a jcombobox?

669