Java
Programming and Technical
Programming
Technical
Question. What do you mean by platform independence?
Answer. Platform independence means that we can write and compile the java code in one platform (eg Windows) and can execute the class in any other supported platform eg (Linux,Solaris,etc).
Read Solution (Total 1)
-
- Platform independence means write once run anywhere. Java is strictly said to follow WORA concept. Because the byte code once obtained can be made to be run on several machines irrespective of the operating system being used.
- 9 years agoHelpfull: Yes(0) No(0)
Java Other Question