3
Reply

Why use string handling in Java?

Taufique Sekh

Taufique Sekh

8 years ago
1.1k
0
Reply

    http://www.tutorialspoint.com/java/java_strings.htm

    Munesh Sharma
    8 years ago
    0

    http://www.tutorialspoint.com/java/java_strings.htm

    Munesh Sharma
    8 years ago
    0

    The basic aim of String Handling concept is storing the string data in the main memory (RAM), manipulating the data of the String, retrieving the part of the String etc. String Handling provides a lot of concepts that can be performed on a string such as concatenation of string, comparison of string, find sub string etc.

    Taufique Sekh
    8 years ago
    0