00:01
Here, first one is false.
00:03
The add method of sorted array collection class is not necessarily o -n in a well implemented sorted array.
00:13
The edit method can be more efficient, potentially achieving a time complexity of o if binary search is used.
00:22
Then second one is true.
00:23
The index based remove the method of ab list class in the worst case is o -n because removing an element may require shifting the remaining elements to fill the gap.
00:43
Then third one is true.
00:45
That method of the collection, att might allow the collection overflow expectation if the collection has a fixed capacity.
00:58
Fourth one is also false.
01:00
Retrieval of information based on the size of information is not a defining characteristic of a list.
01:07
Fifth one is a false.
01:08
The collection interface does not define constructors.
01:13
Constructors are typically implemented in classes that implement in the interface.
01:18
Then sixth one is true...