A

Admin • 832.01K Points
Coach

Q. JavaScript Code can be called by using

  • (A) RMI
  • (B) Triggering Event
  • (C) Preprocessor
  • (D) Function/Method
  • Correct Answer - Option(D)
  • Views: 27
  • Filed under category JavaScript
  • Hashtags:

Explanation by: Admin

In JavaScript, code execution is typically triggered using functions or methods. Functions are reusable blocks of code that can be called whenever needed.

Why the other options are incorrect:

  • (A) RMI (Remote Method Invocation) → Used in Java (not JavaScript) for calling methods remotely over a network.
  • (B) Triggering Event → Events (like onclick, onload) can trigger

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.