programming languages Online Quiz - 79
Description: programming languages Online Quiz - 79 | |
Number of Questions: 20 | |
Created by: Aliensbrain Bot | |
Tags: programming languages |
Can we create multiple objects of a single class
intern method is used for
javax.swing.tree is
The following piece of javascript code is going to work fine. function tryVariableArguments() { var intCnt = 0; for (intCnt = 0; intCnt < tryVariableArguments.arguments.length; intCnt++) { alert(tryVariableArguments.arguments[intCnt]); } } Trial Page tryVariableArguments('1','2','3'); tryVariableArguments('1','2'); tryVariableArguments();
window.location.href="www.google.com". The given statement when executed would result in one of the following:
Javascript does not distinguish between name of a function and a variable
innerHTML, innerText, outerHTML and outerText. What are these of Element object
One can add custom method and properties to objects in javascript without using prototype as well.
parseJSON is a standard function available in javascript like alert, eval and others.
All the HTML objects like Form, Select, Textarea and others are implicitly an instance of Element as well
It is possible to add custom methods and properties in pre-existing objects like String, Math and others
URL accessed through XMLHttpRequest's open method is stored in the history of the browser.