Java Cheat Sheet - Programming with Mosh

• Java Micro Edition (ME): a subset of Java SE, designed for mobile devices. It also has libraries specific to mobile devices. • Java Card: used in smart cards. How Java Code Gets Executed The Java compiler takes Java code and compiles it down to Java Bytecode which is a cross-platform format. When we run Java applications, Java Virtual Machine ................
................