Answer:
container class.
Explanation:
The container class contains methods that allow you to set physical properties such as height and width, as well as methods that allow you to add the appropriate components to a container.
Answer:
Domain Name System Security Extensions (DNSSEC)
Explanation:
Answer:
Quick Sort.
Explanation:
Quick Sort will be best suited for an array having 100000 elements instead of the insertion sort algorithm because as we know the average time complexity of quick sort is O(NlogN) and for insertion sort is O(n^2).The sorting totally depends upon the pivot that is being selected in quick sort.
While insertion sort is best suited for arrays that are already sorted it takes O(n) time in those cases.
Since the array that we have is very large and so we need an algorithm that can sort the array faster than the other sorting algorithms.Quick Sort is also inplace and does not requires extra space to do the sorting.
Answer:
Relational Databases
Explanation:
These are digital databases that are made to recognize relations between previously stored items of info.