Card 14 / 59: In EJB 2.x, the client can directly access the session bean by invoking their business methods:
A)
true
B)
false
Answer:
B) false
Previous Card | ← Previous Card Button |
Next Card | → Next Card Button |
Flip Card | Space-Bar |
session bean methods, they use instances of EJBObject . Therefore any method, in the session bean, designated to be available to clients, must be added to the EJBObject of the bean.
|