Q. In Java, can a "finally" block be used without a "try-catch" block?
β
Correct Answer: (C)
No, a "finally" block must be associated with a "try-catch" block
You must be Logged in to update hint/solution