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...


how many catch we can write in thye program?

Answers were Sorted based on User's Feedback



how many catch we can write in thye program?..

Answer / gvreddy

wer can write no of catsh block in one program.one try{}
block can contain more then one catch{} blocks.

Is This Answer Correct ?    4 Yes 0 No

how many catch we can write in thye program?..

Answer / suresh

there is no restriction to write catch blocks

Is This Answer Correct ?    1 Yes 2 No

Post New Answer

More C Sharp Interview Questions

What?s the top .NET class that everything is derived from?

4 Answers   Hindawi, Siebel, Visual Soft,


List the fundamental oop concepts?

0 Answers  


What is the difference between // comments, /* */ comments and /// comments?

0 Answers  


Difference between direct type casting and using "as" keyword?

1 Answers   TCS,


Method1() { int a=0, b=0, c=0; Monitor.Enter(this) c = 12; b = 3; a = c/b Moniter.Exit(this) } Method1() { int a=0, b=0, c=0; c = 12; b = 3; lock(this){ a = c/b } } Choose correct answer. a. Upon completion, Method1 and Method2 release the lock b. Upon Comletion, Method1 release the lcok and Method2 not. c. Upon Completion, Method2 release the lock and Method1 not. d. Upon Completion, neither Method1 or Method to release the lock.

1 Answers  


How cache is implemented in web application for DB queries?

2 Answers   TCS,


How do I create a delegate/multicastdelegate?

0 Answers  


What are indexers in c# .net?

0 Answers  


What is fcl in c#?

0 Answers  


How big is a 64 bit integer?

0 Answers  


Why singleton class is sealed in c#?

0 Answers  


Where value types are stored in c#?

0 Answers  


Categories