Can an exception be rethrown?
Answers were Sorted based on User's Feedback
Answer / ashok
yes. Exception can be rethrown by using throw statement.
Is This Answer Correct ? | 15 Yes | 2 No |
Answer / sreenu
How can we rethrown the exception can any one explain with
example?
Is This Answer Correct ? | 5 Yes | 0 No |
Answer / ravikiran(aptech mumbai)
yes an exception can be rethrown by make use of throws
keyword,to it's calling method
Is This Answer Correct ? | 3 Yes | 2 No |
In Inheritence concept, i have a static method in super class and i am inheriting that class to one sub class.in that case the static method is inherited to sub class or not????
Explain the private field modifier?
Name four container classes.
describe method overloading
What is the use of anonymous inner classes ?
What is variable and rules of variable?
Is set ordered in java?
Can we create an object of private class?
How static variable work in java?
What are the important features of Java 11 release?
Explain when we should make an instance variable private.
How do listeners work?