About this document
Java 4th Unit by gceramesh is a document available to read on EtoBox.
String handling in Java involves manipulating String objects. A String is an object of the String class that represents a sequence of characters. Common string operations include concatenation, comparison, extraction of characters/substrings. The StringBuffer class allows modification of strings and is useful for string manipulation tasks. Vectors are resizable arrays that can hold objects of any type, providing methods to add, remove and access elements.
- Author
- gceramesh
- Language
- EN