Help is available for each task.
Task 1
Observe the UML Diagram for the banking system
You will find the UML diagram on the introduction page for this exercise.
Task 2
Complete the code to define the interfaces in this system
Be sure that each interface extends
Remote and that each method
declares that it may throw a
RemoteException
object.