Hi all,
I saw this question on one of mock exam's and was wondering how one should approach such questions. Also does the real exam have such one's.
Below is the question, it does not mention anything ex: where the method is invoked with any parameter's / with the one's which will raise an exception...
Example: divide( 5, 4 ) - Finally
divide( 5, 0 ) - Exception Finally.
How do you decide?
Thanks.
(code brackets fixed)
[ August 03, 2004: Message edited by: Barry Gaunt ]