Example:Client-side Stub
Another auxiliary file generated by IDL->Java pre-compiler is client-side stub (here called _st_Count)
It implements Count interface and extends CORBA.Stub superclass
Count methods and attribute accessors are implemented by opening CORBA.IOStream, submitting the invocation request to the server, retrieving the results from the stream, and returning to the client