Answer Posted / mayank
Simply use throws Exception in front of every method
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Can there be an abstract method without an abstract class?
What is <> used for in java?
What is the flag in java?
Can a private method of a superclass be declared within a subclass?
What is the default value of byte datatype in java?
Is it necessary that each try block must be followed by a catch block?
what is object-oriented programming in java?
Explain the polymorphism principle?
What modifiers may be used with a top-level class?
Explain the difference between a Thread and a Process.
What is polymorphism and what are the types of it?
How big is a boolean?
How do you create an array in java?
What are the restrictions that are applied to the java static methods?
How can we achieve thread safety in java?