Which statement is correct about a Java EE client of a message-driven bean?
A.
Theclientcan useJNDI toobtainareference to a message destination.
B.
The clientcan use JNDItoobtain a reference toadependency injection.
C.
The client canuseJNDI to obtain a reference to a message-driven bean instance.
D.
Theclient can use JNDI to look upareference tothemessage-driven bean’s home interface.