can a static method be overridden

Answer Posted / mohit

static method can be overriden. that is true

Is This Answer Correct ?    3 Yes 9 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can I run seam outside of jboss as?

635


What classes of exceptions may be caught by a catch clause?

547


What is the difference between a menuitem and a checkboxmenuitem?

577


What are the different algorithms used for clustering?

544


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 are commas used in the intialization and iteration parts of a for statement?

575


What is a tasks priority and how is it used in scheduling?

542


Name the class that is used to bind the server object with RMI Registry?

1689


what are memory considerations of jsp compares to other web components?

6007


Explain the steps in details to load the server object dynamically?

4538


what is the use of State Factories?

1905


What is a modular application?

581


What is the difference between system.out ,system.err and system.in?

594


What are the difference between RMI and CORBA?

617


What class is used to create Server side object ?

1662