Instead of writing Home, Remote Interfaces if i directly
extends EJBObject to bean class what happens?
Answer Posted / ajit surendran
By implementing the home interface, we are adhering to
EJB's write once run anywhere policy. If the home
interface is not implemented, it cannot be searched by
JNDI/CORBA and can never be location over the network.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is better- service oriented or batch oriented solutions?
how we can make a read-only class in java?
How will you initialize an Applet?
When is update method called?
Explain different types of wrapper classes in java?
What is the difference between hashmap and hashtable? What is an interface?
What is a lambda expression ? What's its use ?
How many types of interfaces are there?
Write a program based on Java script program.
What is operator overloading. Is it is supported in java?
What is multi level inheritance in java?
Give any two differences between C++ and java.
Can we execute a program without main?
What is meant by class?
What is close method? How it's different from Finalize & Dispose?