Shortcut Navigation:
Page Content
Site Navigation
Footer
Create
This
Quiz
Hello Guest,
100 points
Quiz
Survey
Challenge
Quizific is the easiest free and fun way to take or make a quiz or survey
About
Help
Contact/Follow >
Tag Cloud
Our Competition
Sitemap
Thanks!
Stats
Contact Us
Facebook
Twitter
Google+
Temporary Profile
Forgot Password?
Create Account
Profile
Logout
Document Object Quiz
When a JavaScript object is sent to Java, the runtime engine creates a Java wrapper of type ___________.
ScriptObject
JSObject
JavaObject
Jobject
_______ class provides an interface for invoking JavaScript methods and examining JavaScript properties.
ScriptObject
JSObject
JavaObject
Jobject
_________ is a wrapped Java array, accessed from within JavaScript code.
JavaArray
JavaClass
JavaObject
JavaPackage
A ________ object is a reference to one of the classes in a Java package, such as netscape.javascript .
JavaArray
JavaClass
JavaObject
JavaPackage
The JavaScript exception is available to the Java code as an instance of __________
netscape.javascript.JSObject
netscape.javascript.JSException
netscape.plugin.JSException
None of the above
To automatically open the console when a JavaScript error occurs which of the following is added to prefs.js?
user_pref(" javascript.console.open_on_error", false);
user_pref("javascript.console.open_error ", true);
user_pref("javascript.console.open_error ", false);
user_pref("javascript.console.open_on_error", true);
To open a dialog box each time an error occurs, which of the following is added to prefs.js?
user_pref("javascript.classic.error_alerts", true);
user_pref("javascript.classic.error_alerts ", false);
user_pref("javascript.console.open_on_error ", true);
user_pref("javascript.console.open_on_error ", false);
The syntax of a blur method in a button object is ______________
Blur()
Blur(contrast)
Blur(value)
Blur(depth)
The syntax of capture events method for document object is ______________
captureEvents()
captureEvents(args eventType)
captureEvents(eventType)
captureEvents(eventVal)
The syntax of close method for document object is ______________
Close(doc)
Close(object)
Close(val)
Close()
Please fix these errors before submitting your responses
Please wait, your data is being saved...