Given that a developer implemented a web service using Stateless Session EJB:
If a web service client invokes increment web service method twice consecutively, what must be
the returned value after the second invocation ? (Choose one)
A.
0
B.
1
C.
2
D.
3
E.
Undefined
Explanation: