CIW Exam Questions

which file would contain this line of code?

Consider the following line of code:
public TravelAgent create() throws RemoteException, CreateException;
For an enterprise bean named TravelAgentBean, which file would contain this line of code?

A.
The beans bean class

B.
The beans home interface

C.
The beans remote interface

D.
The beans client class