Your enterprise bean contains a method with the following signature:
public void removeCustomer(String customerlD) throws RemoteException
In which file must a corresponding method signature exist for this enterprise bean?
A.
The beans client class
B.
The beans class
C.
The beans home interface
D.
The beans remote interface