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...
Figure8.2 illustrates how ?les areshared between a parent process and its child process. Write a program to validate that all open ?le descriptors in the parent and child point to the same ?les, and that the ?le status ?ags and offsets areshared
What will be an ideal response?
Computer Science & Information Technology
List four ways to notify a Web user that the input is not in the correct form.
What will be an ideal response?
Computer Science & Information Technology