Question: advance java 244 Louis Abe Mujang: Attempt 1 Question 11 (1 point) Write an array declaration and allocation that meets the following criteria The array

advance java
244 Louis Abe Mujang: Attempt 1 Question 11 (1 point) Write an array declaration and allocation that meets the following criteria The array is of type String. The array is named sa. The declaration and allocation should be in the same line of code. The array is allocated to a length of 100 elements. There should be no initializer list. Don't forget the semicolon. 12 Question 12 (1 point) If you declare an array that is 256 elements long, what is the index number of the first element? Question 13 (1 point) The length of an ArrayList is fixed (ie cannot be changed without reallocating the ArrayList) (Select false! The length of an Arraylist is dynamic it grows as items are added to it. This is an advantage over arrays.) (ArrayLists are actually in chapter 10, but I wanted to make this point.) a) True b) False Q Evert Log
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
