Answer Posted / ranganathkini
The finally clause is used to ensure that a single statement
or a set of statements are executed irrespective of whether
or not an exception is thrown/caught inside a method.
Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
How are the elements of a gridbaglayout organized?
Why is stringbuffer faster than string?
Explain the difference between comparator and comparable in java?
What is object in java?
Can a constructor call another constructor?
What is the replace tool?
Define the term string pool?
What is the function of character?
a thread is runnable, how does that work? : Java thread
Explain the difference between collection api and stream api in java8?
What are the important features of Java 10 release?
Why do we need wrapper class?
What is connection class in java?
What are the core java topics?
can rmi and corba based applications interact ?