What is a Substring in Java

What is a Substring in Java – Substring() method of String class in Java is used to retrieve a part of the given string. Java Substring method returns a new string based on the index. Substring in Java used extensively for string operations. Java Substring Syntax public String substring(int startIndex, …

Read more

Translate ยป