Why does EJB needs two interfaces, Home and Remote
Interface?
Answer Posted / niranjanravi
Home Interface is the means to connect to the container
Remote Interface is your way to link to the bean
| Is This Answer Correct ? | 15 Yes | 6 No |
Post New Answer View All Answers
Define Clone?
What is the procedure for the creation of stateless ejb?
What is session bean in ejb?
What is ejb in java?
How to import ejb project in eclipse?
Is ejb a framework?
Why do we use @requestmapping?
What are the advantages of ejb components?
Enlist the declarative transaction types?
What is the difference between find and select methods in ejb?
What is the purpose of ejb in java?
What is ejb bean in java?
What is stateless session bean?
What is @resource in java?
Explain ejbhome and ejbobject in ejb?