Chapter 7 Exercises
1) No I don't agree...the debug. lines will be removed from a release build, meaning smaller size and slightly quick exec time. Trace would be probly best be used where you have a problem either you can't replicate in debug build, or more likely, you need 'live' data to trace the problem.
2) urm duh:)
3) false, its executed after the try or catch block but before the exception terminates the app, which is the reason for its existence.
|