Click here to Skip to main content
15,885,201 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,
I want to know what are the disadvantages using of try ,catch ,finally for exception handling.
Posted
Comments
VishwaKL 21-Dec-12 4:37am    
http://www.programmersheaven.com/user/pheaven/blog/175-Do-trycatch-blocks-hurt-runtime-performance/


this article may help you

1 solution

Exception handling can never be a disadvantage, you either need it or you don't in which case your application can crash.

Performance is only incurred when an exception occurs, in which case it is better than your application crashing.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900