3
Reply

Why use string handling in Java?

Taufique Sekh

Taufique Sekh

Sep 20, 2015
1.1k
0

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

    Munesh Sharma
    May 31, 2016
    0

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

    Munesh Sharma
    May 04, 2016
    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
    September 20, 2015
    0