Answer Posted / ashok
yes. Exception can be rethrown by using throw statement.
Is This Answer Correct ? | 15 Yes | 2 No |
Post New Answer View All Answers
What is a vector in java?
What happens if main method is not static?
Is it possible to write a regular expression to check if string is a number?
Mention some features of java?
What is argument in java?
What is the access scope of protected access specifier?
What is the epoch date?
Can we override a variable in java?
How do you find the independent variable?
which class is the wait() method defined in? : Java thread
What is the difference between call by reference and call by pointer?
Is it compulsory for a try block to be followed by a catch block in java for exception handling?
What is formatted output in java?
Explain the difference between static and dynamic binding in java?
what invokes a threads run() method? : Java thread