Lecture Notes for Client-Server Interfaces

27 March 2004 - Java RMI


Every method that can receive a checked exception must either handle it or pass it on by putting it in a throws clause. It is possible to ignore a checked exception by declaring an empty catch clause for it, but this is considered bad programming practice.


This page last modified on 16 April 2004.