Buy Questpond's video subscriptions on
huge discount
.
Online: 2009
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
>
Exclusive Interviews
>
C#
>
Post
|
Interview FAQs
|
Exclusive Interview Home
|
Interview Home
|
Search
Loading ...
For a given try, the catch block of __________ class must be always after the catch block of ___________ class
Posted by
deccansoft
on 9/18/2010 | Category:
C# Interview questions
| Views: 2544
Select from following answers:
Parent, ,child
Child, parent
Child, child
Parent, parent
Show Correct Answer
Asked In:
Many Interviews |
Alert Moderator
Bookmark It
< Previous question :
public static void Main() { CA a; } What is "a" ?
Next question > :
Can we use goto and return in finally block
Comments or Responses
Login to post response
More Interview Questions
Can we use goto and return in finally block
Can a variable declared in try block accessed in catch block
Exception is a _________________ error
Whenever the integrity of an object is violated, _______________
In .NET every exception is an object of type ____________
What happens when an Exception is not handled by us in the Program (Ev ...
Can multiple catch blocks be executed
By default, How many data reader's can be opened on one connection obj ...