0
what is meant by platform independent???
4 odpowiedzi
+ 5
platform independent means you can develop java program in one system (operating system like windows) and use numbers of another systems (like mac os unix etc.) by using of JVM(byte code)
+ 3
write once, run any where..
+ 2
dosen't change by different platform.
Java runs in Java Virtual Machine (JVM),
the same code with the same behavior and output runs on windows , linux etc...
+ 1
platform independent means that a program written in Java can be run on any operating system such as windows, android, iOS , and macosx without having to rewrite the program for a particular platform.