- Engineering
- Computer Science
- please help me on all the questions really need...
Question: please help me on all the questions really need...
Question details
Please help me on all the questions !!!!!!!! Really need help! Will give a thumb up for helping.
True/False (11)
Chapter 12 - Lists
-
The ADT list only works for entries that are strings.
-
The ADT list is more general than common lists and has entries that are objects of the same
type.
-
Adding entries to the end of a list does not change the positions of entries already in the list.
-
The first entry is a list is at position 0.
-
The entries of a list are numbered from 0 to n.
-
When a programmer implements an ADT list, clients can use the ADT’s operations in a program
without knowing how the programmer implemented the list to be able to use it.
-
The Java Class Library contains an implementation of the ADT list that uses a resizable array
instead of a linked chain.
-
The Java Class Library implementation of the interface list return null when an index is out of
range.
-
A list is an object whose data consists of unordered entries.
-
Each entry is a list ADT is uniquely identified by its position within the list.
-
You may replace an entry at any given position in a list.
Solution by an expert tutor
