Hello,
From an online
test:
Given this conde:
try {
Advice a = aHome.create();
Handle aHandle = a.getHandle();
} catch (Exception ex) {...}
which is true? (everything works and compiles correctly)
I marked the following answer as true:
The object referenced by aHandle is from a class implemented by the container.
The solution said false. What is your opinion?
The spec says:
7.11.6 Handle classes
The deployment tools are responsible for implementing the handle classes for the session bean�s remote home and remote interfac
Severin