Hi.
I am in a process of preparation for IBM 158 exam. Recently I grabbed an info from this site regarding IBM 158 ICE
Test and 100% correct answers for this. Today I tried to take grabbed ICE test and found out at least one suggested correct answer may be wrong:
==========================
3) A client invokes the create() method on an CMP entity bean. Which of the following is a correct sequence in which the operations mentioned below are performed?
a. Container creates an EJBObject.
b.
EJB home object invokes ejbCreate() on Bean instance.
c. Bean instance is associated with EJBObject.
d. Container creates new bean instance.
e. Container calls setEntityContext() on bean instance.
f. Container creates the bean representation in a database.
g. ejbPostCreate() method is invoked on bean instance.
a) b -> f -> a -> c -> g
b) b -> a -> f -> c -> e -> g
c) a -> d -> c -> b -> e -> g -> f
d) a -> d -> c -> b -> f -> g -> e
e) a -> c -> e -> b -> f -> g
Single Select - Please select the best answer (one and only one choice must be selected).
======================================
I have an info that correct answer should be 'a', but it is impossible! I think that correct answer is 'e'.
Gentlemen, I am confused!