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 |
How many bytes is a char in java?
What is a layout manager and what are different types of layout managers available in java awt?
What will be the default values of all the elements of an array defined as an instance variable?
Is cout buffered?
What are the benefits of java?
State the difference between creating string as new () and literal.
What is a qualifier in a sentence?
explain the life cycle of thread?
10 Answers CTS, NIIT, TCS,
If there are two notepad opened and working on it . is this a process or thread? computer based Live Example to differentiate between Thread , Process , and Multi tasking ?
Explain the difference between comparator and comparable in java?
Can we override the main method?
Explain the usage of this with constructors?