Why does EJB needs two interfaces, Home and Remote
Interface?
Answer Posted / deepti mehta
HOME INTRFACE:- The home interface defines methods that
allow EJB clients to create and find EJB component.
REMOTE INTERFACE:- A remote interfece defines all the
business methods of the enterprise bean that the EJB client
would invoke.
Is This Answer Correct ? | 13 Yes | 5 No |
Post New Answer View All Answers
Differentiate ‘Stateful Session’ from ‘Entity Bean’ ?
List down the steps for the demonstration of ejp persistence mechanism.
What is the difference between @requestparam and @pathvariable?
What is stateless programming?
TX operation funtion executed by?
What are the different types of ejb?
How does ejb work in java?
Explain ejbhome and ejbobject in ejb?
What is entity beans in ejb with example?
Explain the architectural relationship between JavaBeans and JTA?
What is ejb and its types?
What is rmi and ejb in java?
What are the differences between ejb 3.0 and ejb 2.0?
What is EJB object?
Define Context?