1. ScriptObject
  2. JSObject
  3. JavaObject
  4. Jobject

Share with your friends
AhmedNazir

Call

Answer: Option 2

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.

Talk Doctor Online in Bissoy App