I am working on java card and i want to know:
- what is max and min size of an applet in java card and on which parameter it depends?
- How many applet we can install on smart card?
I am using:
- smart card type = contact card
- using java card 2.2.2 with jcop using apdu
There is no official size limit (above the ones Robert already posted). Cards may have their own limits depending on available memory – but there is no fixed value for that; depends on what has already been installed, how their VM works internally and so on.