The java.lang.String class provides a lot of methods to work on
string. By the help of these methods, we can perform operations on
string such as trimming, concatenating, converting, comparing, replacing
strings etc.
Java String is a powerful concept because everything is treated as a
string if you submit any form in window based, web based or mobile
application.
Join MindStick Community
You need to log in or register to vote on answers or questions.
We use cookies to ensure you have the best browsing experience on our website. By using our site, you
acknowledge that you have read and understood our
Cookie Policy &
Privacy Policy.
The java.lang.String class provides a lot of methods to work on string. By the help of these methods, we can perform operations on string such as trimming, concatenating, converting, comparing, replacing strings etc.
Java String is a powerful concept because everything is treated as a string if you submit any form in window based, web based or mobile application.