Which of the following produces code that is platform independent?
A.
Java
B.
ActiveX
C.
VB
D.
C
Explanation:
Javas claim to fame is that when compiled, it can be run anywhere,assuming a Java virtual machine is available on the client. Java is ageneral-purpose, concurrent, class-based, object-oriented language that is specifically designed to have as few implementation dependencies as possible. It is intended to let application developers "write once, run anywhere."