What will happen if we write code like:
try{}catch(exception e)catch(IOException i)
Answer Posted / guest
It will not compile.
| Is This Answer Correct ? | 26 Yes | 8 No |
Post New Answer View All Answers
Wha is the output from system.out.println(“hello”+null); ?
How do you read a char in java?
What are the different types of multitasking?
Difference between error and exception
What about instanceof operator in java?
Explain the hierarchy of java exception classes?
List out five keywords related to exception handling ?
Can we convert stringbuffer to string?
How does multithreading take place on a computer with a single cpu?
What is the latest java version?
What are the four integer types supported by java?
What is stringwriter?
How do you add an element to a hashset in java?
Why do we use regex?
What is the use of default method in interface in java? Explain