What is a string array?



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

Post New Answer

More Data Structures Interview Questions

Is array part of collection framework?

1 Answers  


What is sequential search? What is the average number of comparisons in a sequential search?

1 Answers  


What do you know about the big-o notation and can you give some examples with respect to different data structures?

1 Answers  


How do you sort a map by key?

1 Answers  


What is array and its types?

1 Answers  


Write the stack overflow condition.

1 Answers  


Can you sort a hashset?

1 Answers  


What is mean by abstract data type?

1 Answers  


Is heap sort stable?

1 Answers  


What is sorted list in data structure?

1 Answers  


Describe the merge sort principle and what will be its time complexity?

1 Answers   Wipro,


How do you find a string is anagram or not?

1 Answers  


Categories