Sharing Objects between Applets...
875315Jul 13 2011 — edited Sep 24 2013Hello!
i have information like that we can only share primitive data types by using shareable interface methods between two different applets which are under different context, different packages.
is it possible to share objects between applets??
i mean;
for example we have cardholder class which was written by us and in a java card applet we define a variable whose data type cardholder class.. can i have this variable and its reference from another applet which is under different package.
Thanks a lot in advance!