Hey All
Sorry if this question sounds a bit dumb to all the
java(
EJB) experts around.
This is the regarding the 1st brain power in HeadFirst EJB. (where it is mentioned it is more of Java knowledge rather than EJB knowledge)
i.e. How do we force the compiler to check whether the methods in the bean class do implement the method in the component interface even though our bean class does not implement the component interface.
Can anybody take a stab at this. If possible do illustrate with an sample case
Bye