Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


Requirement is:

try
{
\\SQL Query
}
catch(Exception i)
{
print a
}
catch(SQLQueryException e)
{
\\SQL Query
}


Qu)I Got Exception in "try" block. Which "catch" statement
(i.e. 1st catch or 2nd catch ) catches the exception and
Why???

Answer Posted / meena

In try block the SQL query will be executed so the exception
will match the SQLException catch because all type of SQL
exception will be match in this SQLException

if we wrote normal query in try block then it will match
Exception catch

Is This Answer Correct ?    5 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

mention in what all scenarios entity framework can be applicable?

1403


Explain how you can implement Ajax in MVC?

998


How we can call a javascript function on the change of a dropdown list in mvc?

1049


Can you Write the GC(Garbage Collector) Algoritham in .NET? (But not Explination of Working of GC).

2279


Which approach provides better support for test driven development - asp.net mvc or asp.net webforms?

964


What are the 2 ways of adding constraints to a route?

1000


Is it possible to cancel filter execution?

1012


Explain RenderBody and RenderPage in ASP.Net MVC?

1155


What are advantages of Dependency Injection (DI) in ASP.Net MVC?

1093


What is the version number for the next version of the .net framework, codenamed �orcas�?

935


explain lazy loading, eager loading, and explicit loading?

1005


What are differences between entity framework and l2s? : Entity framework

1140


The order of the filters that get executed, if the multiple filters are implemented?

1022


What is the .net framework and how does it work?

967


What are the 3 segments of the default route, that is present in an ASP.NET MVC application?

1080