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
Is object a data type in java?
Can singleton class be serialized?
Is it possible to cast an int value into a byte variable? What would happen if the value of int is larger than byte?
Are floats faster than doubles?
What technique is carried out to find out if a particular string is empty?
Can a final variable be null?
Write a program to print count of empty strings in java 8?
Why is a singleton bad?
How do you check whether the list is empty or not in java?
How do you sort objects in java?
What interface is extended by awt event listeners?
What do you mean by byte code?
Can we have more than one package statement in source file ?
Is static a keyword in java?
Differentiate between stringbuffer and stringbuilder in java.