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 |
what is meant by Byte code concept in Java?
why using interface interface ?
. Explain Java String Pool.
What are peerless components?
What is the difference between the paint() and repaint() methods in java programming?
What are the library functions in java?
What are constants and how to create constants in java?
How many types of modifiers are there?
What is the meaning of I ++ in java?
Java support call by reference (pass by reference) ?
How to add two numbers with out using Arithmetic , union operators in java....? But we can use bitwise operators... but how...?
What is the superclass of exception?