Copyright (c) Qusay H. Mahmoud
44
Step 5: implement the client….
lCall the object:
lString Hello = helloRef.sayHello();
lSystem.out.println(Hello);
lCatch exception:
l   } catch(Exception e) {
l       System.out.println("ERROR : " + e);
l       e.printStackTrace(System.out);
l   } } } // end catch, main, class
l
l
l