Question: A mobile developer wants to create an array variable, nameList, to show the names of three users he has. The three users are Jason, Eric,

A mobile developer wants to create an array variable, nameList, to show the names of three users he has. The three users are Jason, Eric, and Mary. Which Java/Android statement is valid?
Question 8 options:
String [] nameList = new { "Jason", "Erin", "Mary"};
String [] nameList ={ "Jason", "Erin", "Mary"};
String [3] nameList ={ "Jason", "Erin", "Mary"};
String [3] nameList ={ "Jason", "Erin", "Mary"};

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!