Java Learning Made Easy by Dheeraj Mehrotra - HTML preview
PLEASE NOTE: This is an HTML preview only and some elements such as links or page numbers may be incorrect.
Download the book in PDF, ePub, Kindle for a complete version.
Download the book in PDF, ePub, Kindle for a complete version.
STRING Manipulation




JAVA offers string manipulation using the functions.



In order to declare a string variable
the following format is used :


Declaration of a String in JAVA:


String var-name;
var-name = new String(“value”);













attention@computerscienceexpertise.com


















