Multiple choice general knowledge

What allows JavaScript to access methods and properties of a Java applet?

  1. The Java console

  2. LiveConnect

  3. LiveWire

  4. LiveWire Pro

Reveal answer Fill a bubble to check yourself
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.