Multiple choice

While writing a small program for Mozila browser, the programmer writes this program as ActiveX object. The program was correct in all aspects including compiler requirements but this object could not be evoked or opened in Mozila. Which of the following best describe(s) the reason(s) for the same?

  1. The programm did not contain proper syntax.

  2. Mozila is a Microsoft browser, so ActiveX cannot run there.

  3. Mozila browser requires some specific characters, which are missing in the program.

  4. All of the above

  5. ActiveX can run only in Microsoft's Internet Explorer.

Reveal answer Fill a bubble to check yourself
E Correct answer
Explanation

Mozila is non Microsoft browser while ActiveX can run in Microsoft browser only. So it could not be opened. ActiveX  will not run in Mozila since Mozila is non Microsoft browser. Answer is correct.