Which of the following statements is valid?

a. int i = new int(30);
b. double d[] = new double[30];
c. int[] i = {3, 4, 3, 2};
d. char[] c = new char();
e. char[] c = new char[4]{'a', 'b', 'c', 'd'};


bc e would be corrected if it is char[] c = new char[]{'a', 'b', 'c', 'd'};

Computer Science & Information Technology

You might also like to view...

In a method in which a parameter has the same name as an instance variable, the expression Me.name will refer to ________.

a) the parameter b) the instance variable c) varies depending on the situation d) None of the above

Computer Science & Information Technology

When connections are being refreshed, Excel displays the message "Running background query" in the status bar

Indicate whether the statement is true or false

Computer Science & Information Technology

Use the scroll bar to see parts of the screen that are hidden from view due to screen size issue

Indicate whether the statement is true or false

Computer Science & Information Technology

COGNITIVE ASSESSMENT What is the term used to connect a device to a network that has an IP address?

A. bus B. link C. node D. core

Computer Science & Information Technology