Skip to content

Opening book details…

About this document

Understanding Strings in Java by Sai Raghu Teja is a document available to read on EtoBox.

This document discusses strings in Java. It explains that strings are implemented as immutable String objects and mutable StringBuffer objects. It outlines common string methods like length(), toLowerCase(), indexOf(), and substring(). It also covers parsing strings with StringTokenizer and how to use the StringBuffer class when a mutable string is needed.

Author
Sai Raghu Teja
Language
EN