Assume java.util.Date[] dates = new java.util.Date[10], which of the following statements are true?

a. dates is null.
b. dates[0] is null.
c. dates = new java.util.Date[5] is fine, which assigns a new array to dates.
d. dates = new Date() is fine, which creates a new Date object and assigns to dates.


bc

Computer Science & Information Technology

You might also like to view...

How do you install BIND?

What will be an ideal response?

Computer Science & Information Technology

In ____ mode, a blinking white cursor appears at the end of the text that you type, indicating that you can continue to type with the same settings.

a. faux b. writing c. edit d. text

Computer Science & Information Technology

Pass by value is also referred to as pass by reference.

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

Computer Science & Information Technology

Which of the following tools can be used to determine the MAC address of a machine on the local subnet?

A. ping B. arp C. host D. dig

Computer Science & Information Technology