about Transient Object ~ question!
Hello~
I am java card beginner.
Also, English does not well.
but! Ask a question!
static byte[] makeTransientByteArray(short length, byte event)
static Object makeTransientObjectArray(short length, byte event)
static short[] makeTransientShortArray(short length, byte event)
static byte isTransient(java.lang.Object theObj)
1. If use above methods, is array object created to RAM?
2. If CLEAR_ON_DESELECT or CLEAR_ON_RESET event happen , does object die?
3. I want to know relation between CLEAR_ON_RESET and CLEAR_ON_DESELECT!

