Question:Which two statements, among the following, describe the state of a package variable after executing the package in which it is declared?
A It persists across transactions within a session
B It persists from session to session for the same user
C It does not persist across transaction within a session
D It persists from user to user when the package is invoked
E It does not persist from session to session for the same user
+ AnswerA B
+ Report