Object Initialization In order to instantiate a CORBA object, we need to instantiate a servant, and register it with the POA as handling requests for a given object ID. We assume here that the class of our servant is HelloWorldImpl. We will later show its code.