Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 245 Bytes

String.md

File metadata and controls

3 lines (2 loc) · 245 Bytes

Strings

In Java, string is basically an object that represents sequence of char values. An array of characters works same as Java string. In java, objects of String are immutable which means a constant and cannot be changed once created.