When do you use a session bean?
A. When you want to be certain your application data persists between program invocations, even in the event of a crash.
B. If you need to initiate a database transaction.
C. To process transient data that can be re-created in the event of a crash.
D. To keep people who do not know how to program from accidentally changing important logic code.
Ans: C
B. If you need to initiate a database transaction.
C. To process transient data that can be re-created in the event of a crash.
D. To keep people who do not know how to program from accidentally changing important logic code.
Ans: C
Post a Comment