=== 6.2.8.11 Accessing Array Object Methods === Note - The method access behavior of global arrays is identical to that of Java Card RE Entry Point Objects. Bytecodes: invokevirtual *If the array is owned by an applet in the currently active context, access is allowed. *Otherwise, if the array is designated a global array, access is allowed. Context is switched to the array owner's context (Java Card RE context). *Otherwise, if Java Card RE is the currently active context, access is allowed. Context is switched to the array owner's context. *Otherwise, access is denied. Copyright © 2005, Sun Microsystems, Inc. All Rights Reserved.