CompoundName add() method in Java with Examples
The add() method of a javax.naming.CompoundName class is used to add the component to the CompoundName object. There are two different add method. add(int, String): This method is used to add a single component at a specified position posn passed as a parameter within this compound name. The other c