A

Admin • 833K Points
Coach

Q. Which class provides an interface for invoking JavaScript methods and examining JavaScript properties?

  • (A) ScriptObject
  • (B) JSObject
  • (C) JavaObject
  • (D) Jobject
  • Correct Answer - Option(B)
  • Views: 21
  • Filed under category JavaScript
  • Hashtags:

Explanation by: Admin

When a JavaScript object is passed or returned to Java code, it is wrapped in an instance of JSObject. When a JSObject instance is passed to the JavaScript engine, it is unwrapped back to its original JavaScript object. The JSObject class provides a way to invoke JavaScript methods and examine JavaScript properties.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.