Buy Questpond's video subscriptions on
huge discount
.
Online: 3367
Home
Articles
Interviews
Forums
For Beginners
Popular Questions
ITIL Career Advice
PMP Career Advice
Career Advices
Codes
Videos
ASP.NET
ASP.NET MVC
Android Intel XDK
Sql Server
AngularJS
Bootstrap
Backbone.JS
MongoDB
LESS (CSS)
jQuery
WPF
WWF
SSIS
LightSwitch
Tutorials
News
ASP.NET MVC
|
Be Interview Ready
|
Top Performers
|
DNF MVP
|
Top Posts
|
Winners
|
Subscribe
|
Catalogs
Welcome Guest !
Register
Login
Home
>
Interviews
>
ASP.NET
>
Loading ...
try
{
Response.Write("Try Block:");
return;
}
catch (Exception ex)
{
throw;
}
finally
{
Response.Write("Finally Block");
}
What will be the output for the above code?
Posted by
Lakhangarg
on 9/14/2009 | Category:
ASP.NET Interview questions
| Views: 15681
Post
|
Interview FAQs
|
Exclusive Questions
|
Interview Home
Select from following answers:
Try Block:Finally Block
Try Block:
Finally Block
None of the above
All Above
Show Correct Answer
Asked In:
Many Interviews |
Alert Moderator
Bookmark It
< Previous :
How do you create a permanent cookie?
Next > :
A software engineer has the capability of thinking ...
Comments or Responses
Login to post response
More Interview Questions by Lakhangarg
In this Sample Code which catch block will be executed? try { i ...
Which should be used to redirect on next page in the same server?
What is the name of base class for .NET
Is it Possible to create more than one machine config file.
Which Function is used to count more than two billion rows in a table?
Is finally block executed if there is no exception?
What is the Extension of web Service ?
What is Size Limit for Cookies data?
Latest Interview Questions
A software engineer has the capability of thinking 100 lines of code i ...
What is the name of class from which web pages are inherited?
An array is fixed length type that can store group of objects.
Webservices support data reader.
Can you store multiple datatypes in an Array?
Which keyword is used to prevent one class from being inherited by ano ...
Which method of HTTP Handler gets invoked when request is received?
What if Some one types the URL of web.config file in the browser?
More ...