What error occurs if a try-catch-finally statement sequence
does not have a catch clause?
Answer Posted / deepak
yes
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Why do we need variables?
why java uses class level type casting ?
What does replaceall do in java?
What is a nonetype?
Java is Pass by Value or Pass by Reference?
What about method local inner classes or local inner classes in java?
What is difference between array and arraylist in java?
Why object class is super class for every class in java?
What are predicates in java 8?
What is run time allocation?
Is boolean a data type in java?
Write a program to solve producer consumer problem in java?
how to know the total memory occupied by the objects in the ArrayList(Array list may contain duplicate objects)
What is a hashmap used for?
What is an interface in java? Explain