Instead of writing Home, Remote Interfaces if i directly
extends EJBObject to bean class what happens?
Answer / 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 |
Difference between Applet & Application?
What is continuity of a function?
What is a Java package and how is it used?
What is the purpose of tostring() method in java?
What is the differnence between String Buffer and String builder despite having knowledge that String builder is faster than String Buffer and last one is threadsafe.please tell another important difference.
Describe what happens when an object is created in java ?
how to handle a singleton service locator. when multiple threads are trying to get the singleton object in same time
How do you use compareto in java?
What are the advantages of assembly language?
Can we use different return types for methods when overridden?
Explain a situation where finally block will not be executed?
What is flag in python?