what is meant by platform independent??? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

what is meant by platform independent???

18th Sep 2016, 2:06 AM
ravi theja
4 Answers
+ 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)
18th Sep 2016, 7:24 AM
balram sao
balram sao - avatar
+ 3
write once, run any where..
18th Sep 2016, 2:37 AM
Teja Naraharisetti
Teja Naraharisetti - avatar
+ 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...
18th Sep 2016, 2:09 AM
Ahmad Samy
Ahmad Samy - avatar
+ 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.
18th Sep 2016, 10:38 AM
Vivek Anand