top | item 29136688

(no title)

Marqin | 4 years ago

Also worth noting is that most of SIM cards are Java cards, running Java applets

discuss

order

mavhc|4 years ago

Java Card is not very similar to Java, Javascript is more like Java than Java Card is

Aaargh20318|4 years ago

To my understanding it’s an actual subset of Java, a very limited subset, but a subset of the real Java nonetheless. Java Card applets are compiled using a real Java compiler, and then the bytecode is translated into a simplified format for running on the card.

fulafel|4 years ago

It doesn't resemble JS. It's a JVM/Java subset. You can even write apps using the Java Servlet API with JC 3.x