programming languages Online Quiz - 8
Description: programming languages Online Quiz - 8 | |
Number of Questions: 20 | |
Created by: Aliensbrain Bot | |
Tags: programming languages |
Attempted
0/20
Correct 0
Score 0
‹
›
What is the output of the below JavaScript?
var bol = new Boolean();
alert(bol);
var one = ["a", "b"];
var two = ["c", "d"];
var three = one.concat(two); alert(three);
What is the output of the below JavaScript?
var one = ["a", "b", "c", "d"];
alert(one.slice(-2));
Given:
public static void before() {
Set set = new TreeSet();
set.add("2");
set.add(3);
set.add("1");
Iterator it = set.iterator();
while (it.hasNext()) System.out.print(it.next() + " ");
}
Which statements are true?
SAS stands for
SAS is a
SAS can be used to
SAS can't be used for "Data Presentation"