Q74
Portable program means?
A.
Independent from its authors
B.
Independent of platform
AnswerC.
Program with wheels
D.
None of the above
Answer: Option B
Solution
Answer: Option B
Solution:
Platform independence means that the same program works on any platform (operating system) without needing any modification. In the case of Java the application runs in a Java Virtual Machine which itself isn't platform independent.