Is Java a platform independent language?
Utilisateur anonyme
No, Java is not a platform independent language by itself. The file created by compiling a .java file, a .class file is platform independent. This file is interpreted in different platforms using JDK which is also not platform independent, but as a whole it is platform independent.