
Java
Java is a platform independent language.After compiling the ".
Java" file ,that will be converting into the ".class" file,which is a byte code having the capability run on any OS.Basing on the concept byte code
Java achieving the platform independent,it leads to "Write once run anywhere".