Which of the following is correct?

a. String[] list = new String{"red", "yellow", "green"};
b. String[] list = new String[]{"red", "yellow", "green"};
c. String[] list = {"red", "yellow", "green"};
d. String list = {"red", "yellow", "green"};
e. String list = new String{"red", "yellow", "green"};

b. String[] list = new String[]{"red", "yellow", "green"};
c. String[] list = {"red", "yellow", "green"};

Computer Science & Information Technology

You might also like to view...

The Microsoft Expression Web Online command provides access to articles and discussions with other Expression Web users; however, the command does not allow access to video tutorials.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

A software utility designed to clean up after a failed software installation is ____.

A. a diagnostic utility B. an uninstaller utility C. a disk clean utility D. an undelete utility

Computer Science & Information Technology