Re: Question about SELECT APDU command...
Posted By:
Anshuman_Sinha
Posted On:
Monday, January 3, 2005 11:05 AM
An applet is selected by issuance of SELECT command from IFD, defined in Global Platform specifications. The command is processed by Java Card Runtime Environment (JCRE) to switch the context of currently selected applet. The developer doesn't write handler to SELECT command but relies on JCRE to process the command and execute javacard.applet.select() method of any (one of the three) applet(s).