The JVM is not platform independent. This is because it take Java byte code and translates it into code that will run on a specific chip. This means that a specific JVM is "tied to" a specific chip. ...