Which of the following statements are correct?
a. When you create an array using new int[10], an array object is created with ten integers of value 0.
b. When you create an array using new int[10], an array object is created with no values in the array.
c. When you create an ArrayList using new ArrayList(), an ArrayList object is created with no elements in the ArrayList object.
d. When you create an array using int[] x = new int[10], x.length() is 10.
e. When you create an array using ArrayList x = new ArrayList(10), x.size() is 10.
acd
You might also like to view...
____ is unrequested e-mail that is sent to hundreds, thousands, or even millions of users.
A. Freeware B. Adware C. Spam D. Malware
The word ____ stands for binary digit.
a. bin b. bit c. pixel d. bid
After testing webpages and correcting any errors, the last step is to hide the website location.?
Answer the following statement true (T) or false (F)
The decimal system has a base of _________.
A. 0 B. 10 C. 100 D. 1000