The following code shows the home interface for a TravelAgentBean:
Which statement is true of this home interface?
A.
The home interface will not compile due to an error at line 6.
B.
The home interface will compile as expected and is a valid home interface that may be used to
create, locate and remove instances of the TravelAgentBean.
C.
The home interface will compile as expected but will not be a valid home interface for the
TravelAgentBean when compiled at deployment
D.
The home interface will not compile due to an error at line 14.