Java can directly run on any platform
Because it doesn't rely on pointers
It translates the source code into byte code first that cun run on any platform with the JVM
Java is not platform independent