0
What do you mean by platform independant?
java introduction
2 Respuestas
+ 3
Java program can be run in different platform. eg Windows, Linux, or Mac
+ 3
java is platform independent in that you can take the code written while using a windows computer and run it using a Mac or Linux. Java comes with sort of a "virtual machine" hence enabling it to be platform independent