What restrictions are placed on method overriding in Java Programming?
Submitted by: AdministratorOverridden methods must have the same name, argument list, and return type. The overriding method may not limit the access of the method it overrides. The overriding method may not throw any exceptions that may not be thrown by the overridden method.
Submitted by: Administrator
Submitted by: Administrator
Read Online Java Job Interview Questions And Answers
Top Java Questions
☺ | What is an abstract method in Java Programming? |
☺ | What is casting in Java Programming? |
☺ | What is the purpose of finalization in Java Programming? |
☺ | Name Component subclasses that support painting in Java Programming? |
☺ | What do heavy weight components mean in Java Programming? |
Top Java Programming Language Categories
☺ | Core Java Interview Questions. |
☺ | Hibernate Interview Questions. |
☺ | Advanced Java Interview Questions. |
☺ | IBM WebSphere Interview Questions. |
☺ | Spring Framework Interview Questions. |