Chapter 4. Java Card Objects

In Java Card technology, the JCRE and applets create objects to represent, store, and manipulate data. Applets are written by using the Java programming language. Runnable applets on the card are objects of applet classes.

Objects in the Java Card platform are subject to the Java programming rules:

  • All the objects on the Java Card platform are instances of classes or array types, which have the same root class java.lang.Object.

  • Fields in a new object or components in a new array are set to their default values (zero, null, or false) unless they are initialized to some other values in the constructor.

Java Card technology supports both persistent and transient objects. However, the concepts of persistent and transient objects ...

Get Java Card™ Technology for Smart Cards now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.