What will happen if we write code like:
try{}catch(exception e)catch(IOException i)
Answer Posted / jahri
yes it should be child exception to base exception
Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
What is close method? How it's different from Finalize & Dispose?
What are the 6 mandatory procedures for iso 9001?
How do you sort an array in java?
Implement two stacks using a single array.
What is finalize method?
Why constructor has no return type?
Does string is thread-safe in java?
What is the meaning of I ++ in java?
How to perform selection sort in java?
What is stored procedure. How do you create stored procedure ?
How do you create a first line indent?
What is mean by collections in java?
What are the differences between the constructors and methods?
What is type parameter in java?
Explain the difference between extends thread vs implements runnable in java?