An open API service indexing awesome lists of open source software.

https://github.com/vaibhavmojidra/java---demo-string-and-string-methods

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.
https://github.com/vaibhavmojidra/java---demo-string-and-string-methods

data-type-string java mojidra string string-methods vaibhav vaibhav-mojidra vaibhavmojidra

Last synced: 9 months ago
JSON representation

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.

Awesome Lists containing this project

README

          

# Java Demo String And String Methods

[![Vaibhav Mojidra - primitive-data-types.png](https://raw.githubusercontent.com/VaibhavMojidra/Java---Demo-String-And-String-Methods/master/output/primitive-data-types.png "Vaibhav Mojidra")](https://vaibhavmojidra.github.io/site/)

---

## Output

[![Vaibhav Mojidra - output.png](https://raw.githubusercontent.com/VaibhavMojidra/Java---Demo-String-And-String-Methods/master/output/output.png "Vaibhav Mojidra")](https://vaibhavmojidra.github.io/site/)