can a static method be overridden

Answer Posted / prabhu

static method can be overriden...absolutely its
possible...try it guys

Is This Answer Correct ?    1 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

A user of a web application sees a jsessionid argument in the URL whenever a resource is accessed. What does this mean? a. The form must have the field jsessionid b. URL rewriting is used as the session method c. Cookies are used for managing sessions

1812


For which statements does it make sense to use a label?

585


What is ioc concept & explain it?

618


How a component can be placed on Windows?

2264


When a thread blocks on i/o, what state does it enter?

572






What is the purpose of the notify() method?

596


What is prototype?

607


What’s jboss cache in short?

595


Where can I find seam examples and documentation?

564


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!

1360


What is ripple effect?

634


What is the form of storage space in java?

1737


cud u help me ... i am struggling with this question... to find all the subsets of a given set for ex.... a,,b,c shud give all the subsets.... i gt the program in c bt nt able to get it in java..... help needed ..

1732


what is an isolation level?

2212


What is the diffrence between a local-tx-datasource and a xa-datasource? Can you use transactions in both?

568