What allows JavaScript to access methods and properties of a Java applet?
-
The Java console
-
LiveConnect
-
LiveWire
-
LiveWire Pro
B
Correct answer
Explanation
LiveConnect was the technology that enabled JavaScript to communicate with Java applets, allowing JavaScript to call Java methods and access Java properties. LiveWire and LiveWire Pro were server-side JavaScript technologies. The Java console is a debugging tool, not an integration mechanism.