ALLInterview.com
Categories
|
Companies
|
Placement Papers
|
Code Snippets
|
Certifications
|
Visa Questions
Post Questions
|
Post Answers
|
My Panel
|
Search
|
Topics
|
Errors
rustam
{ City } bangalore
< Country > india
* Profession * student
User No #
96441
Total Questions Posted #
0
Total Answers Posted #
1
Total Answers Posted for My Questions # 0
Total Views for My Questions # 0
Users Marked my Answers as Correct # 2
Users Marked my Answers as Wrong # 0
Questions / { rustam }
Questions
Answers
Category
Views
Company
eMail
Answers / { rustam }
Question
{
11168 }
What is "finally" keyword?
Answer
Finally is a java keyword which define a block that surely executed whether an exception is generated or not. this block
is an optional but it is good to put when we want cleanup the resources.
Is This Answer Correct ?
2 Yes
0 No