Question: What does > specify i n the following statement? ArrayList nameList = new ArrayList ( ) ; Select one: A . I t specifies that

What does > specify in the following statement?
ArrayList nameList = new ArrayList();
Select one:
A.It specifies that everything stored in the ArrayList object will be converted to a String object.
B.It specifies that String objects may not be stored in the ArrayList object.
C.It specifies that the ArrayList will be converted to a String array.
D.It specifies that only String objects may be stored in the ArrayList object.
 What does > specify in the following statement? ArrayList nameList =

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!