Will it be called overriding if I do not change the
parameters or return type, instead throw a different
exception in the method signature.

Answer Posted / contessa

yes, you will be overriding to throw a different exception

Is This Answer Correct ?    0 Yes 5 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

To what value is a variable of the string type automatically initialized?

617


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!

1374


Should synchronization primitives be used on bean methods?

558


Write a singleton program?

578


What is the difference between session and entity beans?

587






How database connectivity in XML is achieved?

1773


In inglish: How to convert jar to exe files? Em português: Como converter arquivos .jar para .exe?

2162


What’s jboss jbpm?

590


Why do threads block on i/o?

688


What is ioc concept?

699


How substring() method of string class create memory leaks?

558


If I wanted to use a solarisui for just a jtabbedpane, and the metal ui for everything else, how would I do that?

578


What is the difference between RMI registry and OS Agent?

640


What are the different methods of identifying an object?

581


What method is invoked to cause an object to begin executing as a separate thread?

578