Skip to content
#

data-type-string

Here is 1 public repository matching this topic...

In Java, string is basically an object that represents sequence of char values. An array of characters works same as Java string. Java String class provides a lot of methods to perform operations on strings such as compare(), concat(), equals(), split(), length(), replace(), compareTo(), intern(), substring() etc.

  • Updated Jan 17, 2023
  • Java

Improve this page

Add a description, image, and links to the data-type-string topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the data-type-string topic, visit your repo's landing page and select "manage topics."

Learn more