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 polygon; what do we call 'Point'?

a type argument
a wrapper class
a collection
a variable

Flag this Question

Question 5

In this declaration: ArrayList polygon; what is the data type of the variable 'polygon'?

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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!