What is a string array?
Answer / Ratindra Kumar
A string array, also known as an array of strings, is a data structure that stores a collection of elements, each of which is a string. Elements are accessed using their index number.
| Is This Answer Correct ? | 0 Yes | 0 No |
Is array part of collection framework?
What is sequential search? What is the average number of comparisons in a sequential search?
What do you know about the big-o notation and can you give some examples with respect to different data structures?
How do you sort a map by key?
What is array and its types?
Write the stack overflow condition.
Can you sort a hashset?
What is mean by abstract data type?
Is heap sort stable?
What is sorted list in data structure?
Describe the merge sort principle and what will be its time complexity?
How do you find a string is anagram or not?