Vidyalelo
Computer Fundamentals · Q74

Computer fundamental

Computer Related · Computer Fundamentals · question 74

Q74

Portable program means?

A.
Independent from its authors
B.
Independent of platform
Answer
C.
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.