Question: Those questions are about Java. Question 2 Which of the following is NOT a wrapper class? Integer Double String Character Flag this Question Question 3
Those questions are about Java.
Question 2
Which of the following is NOT a wrapper class?
| Integer |
| Double |
| String |
| Character |
Flag this Question
Question 3
Which of the following kinds of things may be stored directly in an ArrayList?
| None of the above |
| primitive values |
| Either of these two kinds of data |
| object references |
Flag this Question
Question 4
In this declaration: ArrayList
| a type argument |
| a wrapper class |
| a collection |
| a variable |
Flag this Question
Question 5
In this declaration: ArrayList
| Point |
| None of the above |
| ArrayList |
| ArrayList |
| Array |
Flag this Question
Question 6
If this method call: myList.size() returns the value 7, what is the range of legal values allowed for the variable x in the following method call? myList.get( x )
| 1 thru 7 |
| x may be any int value |
| 0 thru 6 |
| 0 thru 7 |
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
