Shriansh Kumar

Shriansh Kumar

211 Articles Published

Articles by Shriansh Kumar

Page 22 of 22

String Arrays in Java

Shriansh Kumar
Shriansh Kumar
Updated on 05-May-2023 2K+ Views

String and Arrays are two distinct things. Array is a linear data structure that is used to store group of elements with similar datatypes but a string is a class in Java that stores a series of characters. Those characters are actually String-type objects. Since strings are objects we can say that string arrays are group of string-type objects. In this article, we will understand string arrays in java and perform some operations on them. String Arrays The string array is a combination of array and string both. Therefore, it has the properties of both array and string such ...

Read More
Showing 211–211 of 211 articles
« Prev 1 18 19 20 21 22 Next »
Advertisements