Home
Recent Q&A
Java
Cloud
JavaScript
Python
SQL
PHP
HTML
Data Science
DBMS
Devops
Hadoop
Machine Learning
Azure
Blockchain
Devops
Loan
Insurance
Ask a Question
In try block if we add return statement whether finally block is executed in C#?
Home
C Sharp
In try block if we add return statement whether finally block is...
asked
Oct 18, 2019
in
C Sharp
by
Robin
In try block if we add return statement whether finally block is executed in C#?
c#
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Oct 18, 2019
by
rajeshsharma
Yes. Finally block will still be executed in presence of return statement in try block.
Related questions
0
votes
Q: Which statment converts a type to a 32-bit integer in C#?
asked
Jun 16, 2020
in
C Sharp
by
Hodge
csharp
c#
0
votes
Q: What is C-Sharp (C#)?
asked
Oct 18, 2019
in
C Sharp
by
Robin
what-is-c#
what-is-c-sharp
c#
c-sharp
0
votes
Q: Will finally block get executed if the exception had not occurred?
asked
Mar 5, 2020
in
C Sharp
by
JackTerrance
0
votes
Q: Do we get error while executing “finally” block in C#?
asked
Oct 18, 2019
in
C Sharp
by
Robin
finally-c#
c#-finally
0
votes
Q: Can we have only “try” block without “catch” block in C#?
asked
Oct 18, 2019
in
C Sharp
by
Robin
try-c#
c#-try
c#-catch
catch-c#
+1
vote
Q: What are Custom Control and User Control?
asked
Apr 9, 2020
in
C Sharp
by
GeorgeBell
c#
0
votes
Q: Why to use “finally” block in C#?
asked
Oct 18, 2019
in
C Sharp
by
Robin
finally-c#
c#-finally
0
votes
Q: How to Fix error System.Data.SqlClient.SqlException: Login failed for user
asked
Feb 2, 2021
in
Sql
by
SakshiSharma
c#
iis
sql-server-2012
connection-string
0
votes
Q: Why to use “finally” block in C-Sharp?
asked
Feb 16, 2020
in
C Sharp
by
rahuljain1
#c-sharp-finally
0
votes
Q: What is the difference between “finalize” and “finally” methods in C#?
asked
Oct 18, 2019
in
C Sharp
by
Robin
finalize-c#
c#-finalize
c#-finally
finally-c#
0
votes
Q: How to check whether hash table contains specific key in C#?
asked
Oct 18, 2019
in
C Sharp
by
Robin
specific-key-in-c#
0
votes
Q: How do you handle exceptions with Try/Except/Finally in Python Language?
asked
Aug 30, 2020
in
Python
by
sharadyadav1986
#python-try-except
#python-finally
#python-except
Python-questions-answers
0
votes
Q: How Do You Handle Exceptions With Try/Except/Finally In Python?
asked
Dec 19, 2019
in
Python
by
sharadyadav1986
#python-exceptions
Python-questions-answers
0
votes
Q: Is there any case when finally will not be executed?
asked
May 3, 2021
in
JAVA
by
Robindeniel
#finally-block
java
Java-questions-answers
0
votes
Q: How Can You Check If An Update Statement In Pl/sql Is Successfully Executed?
asked
Mar 11, 2021
in
PL/SQL
by
Robindeniel
#update-statement
plsql-update
...