3. , ?
:
, , -, - , . get/set. , 200 .
4 . , , .
APDU , EEPROM 1000 , .
javacard, .
. , .
:
if (arr[index1] == 1) do this;
OR
if (arr[index1] == 2) do this;
OR
if (arr[index1] == 3) do this;
:
temp = arr[index1];
if (temp == 1) do this;
OR
if (temp == 2) do this;
OR
if (temp == 3) do this;
- if-else switch, .