JavaCard Section Index | Page 5
What is a Java Card program called?
Java Card programs are known as "Java Card applets". The base class for all Java Card programs is
javacard.framework.Applet
For more information on developing Java Card applets, ple...more
Where can I get the javadocs for the Java Card classes?
Unfortunately, Sun doesn't make these available online. You have to download the Java Card Development Kit and generate these yourself.
Another option is to just download the Java Card 2.1.1 API S...more
What is Java Card?
Java Card is a software standard enabling the execution of Java code on smart cards. Java Card supports multiple platform-independent applications, as well as post-issuance loading.
The Java Card ...more