
OCA Arrays
Authored by T K
Science, Computers
KG - University
Used 3+ times

AI Actions
Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...
Content View
Student View
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
What happens when calling the following method with a non-null and non-empty
array?
It adds an element to the array the value of which is Times Square.
It replaces the last element in the array with the value Times Square.
It does not compile.
It throws an exception.
2.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
How many lines does the following code output?
Six
Seven
The code does not compile.
The code compiles but throws an exception at runtime.
3.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
How many dimensions does the array reference moreBools allow?
boolean[][][] bools, moreBools;
One dimension
Two dimensions
Three dimensions
None of the above
4.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
What is a possible output of the following code?
String[] strings = new String[2];
System.out.println(strings);
[null, null]
[,]
[Ljava.lang.String;@74a14482
None of the above
5.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
What is the result of running the code as java Copier?
0
0 followed by an exception
1 followed by an exception
The code does not compile.
6.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
What is the result of running the following program?
X
The code does not compile.
The code compiles but throws a NullPointerException at runtime.
The code compiles but throws a different exception at runtime.
7.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
What does the following output?
-1
-2
-3
The output is not defined.
Access all questions and much more by creating a free account
Create resources
Host any resource
Get auto-graded reports

Continue with Google

Continue with Email

Continue with Classlink

Continue with Clever
or continue with

Microsoft
%20(1).png)
Apple
Others
Already have an account?