Answer the following statements true (T) or false (F)
1) In Java, array indexes begin at 0 and end at one less than the length of the array.
2) If an array is declared to hold objects, none of the objects can have instance variables that are arrays.
3) An array declared as an int[] can contain elements of different primitive types.
4) The elements of a two-dimensional array are called rows and columns.
5) It is possible to store 11 elements in an array that is declared in the following way.```
int[] array = new int[10];
```
1) T
2) F
3) F
4) F
5) F
You might also like to view...
The ________ is a pointer option that makes no marks on the slide but is used to emphasize slide content while the presenter speaks
Fill in the blank(s) with correct word
Critical Thinking QuestionsCase 2-1Tom is a golf pro, and he is using Outlook to manage his schedule. Some of his customers pay him for a single lesson, while others set up regular weekly lessons. In addition, Tom is coordinating the annual two-day tournament at his local golf course.Tom wants to show his time as busy during the annual two-day tournament. Does he need to change the appointment status for the tournament's calendar item, or can he use the default status? a. Yes, he must change it from Out of Office to Busy.b. Yes, he must change it from Tentative to Busy.c. Yes, he must change it from Free to Busy.d. No, the default status for this type of calendar item is Busy.
What will be an ideal response?