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!

[598 byte] By [seongila] at [2007-10-3 7:50:40]
# 1

hello.

1: the array object is allocated in eeprom, but the data of array is in ram.

2: the array object won't die, but the data of array will lose.

3: as i know, there's a formula about the total size of transient ram:

clear_on_reset : clear_on_deselect * logic channel number == 2:3.

hiyar.cna at 2007-7-15 2:52:34 > top of Java-index,Java Mobility Forums,Consumer and Commerce...