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 / prakash
An Overridden method can throw lesser exceptions or no
exception and any new Runtime exceptions
An overridden method can't throw any new checked exception
or broader exceptions than its base class method.
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
Is infobus easy to use?
To what value is a variable of the string type automatically initialized?
What is the difference between ear, jar and war file?
If I wanted to use a solarisui for just a jtabbedpane, and the metal ui for everything else, how would I do that?
What is a class loader? What are the different class loaders used by jvm?
Brief description about local interfaces?
Is the session factory thread safe?
how do you Handle Front End Application data against DB with example?
What are externizable interface?
How are the elements of a borderlayout organized?
If we opened Windows Internet Explorer 4 times, does it starts 4 processes or 4 threads?
whats is mean by tiles in struts
Name the eight primitive java types.
How to deploy Jar, War files in J2EE?
What is the difference between session and entity beans?