+ 4
How does Java platform differ from the other platforms?
3 Answers
+ 2
java is platform independent...
so u can access in every platform.
+ 1
java platform is independent and it can be run on any platform it follow WORA (write once read anywhere).
+ 1
Java programming is platform independent,because we write source code once and byte code will generate according to your operating System(OS) ex:Windows,Mac,Android,Linux etc....That Byte code is saved with .class extension (filename.class)