This quiz will test your knowledge about arrays and array lists in Java.
By the name of the array followed by the index value in brackets.
By the name of the array followed by a dot and then the index value.
By the index value followed by a dot and then the name of the array.
Rate this question:
-1
0
1
2
Rate this question:
It keeps going until the user enters a certain, previously specified value.
It transverses all elements of a collection.
It never ends.
Rate this question:
It forms a tabular, two dimensional arrangement.
It creates two arrays at once.
It creates an array with only two elements.
Rate this question:
Variable = name[i];
Variable = i.name;
Variable = name.get(i);
Rate this question:
i only
Ii only
I, ii, iii
I, ii only
Rate this question:
It is the automatic conversion between primitive types and the corresponding wrapper classes.
It is when the program creates rectangles without the user having to enter location values.
It comes up when entered information is invalid.
Rate this question:
True
False
Rate this question:
Regression testing involves repeating previously run tests to ensure that known failures of prior versions do not appear in new versions of the software.
Regression testing disgards old test cases, therefore it is difficult to get feedback.
Regression testing can be used anytime you are able to test two versions of the same program.
Rate this question:
I and ii only
I and iii only
Ii and iii only
I, ii, and iii
Rate this question:
Quiz Review Timeline (Updated): Aug 23, 2023 +
Our quizzes are rigorously reviewed, monitored and continuously updated by our expert board to maintain accuracy, relevance, and timeliness.
Wait!
Here's an interesting quiz for you.