What is a good Programming Language to learn for beginners
Name:
Anonymous2006-07-26 10:12
>>54
Tard, >>45 was saying that the easiest way to avoid Java's forcing you to catch exceptions is to put 'throws Exception' after every method, so every exception gets passed upwards until it reaches the top level and kills your program.