ContactUs :

Please send your Questions & Answers or Feedback to "mohan@javabook.org"

Strings.....

a sequence of characters is known as string.
-- mutable (StringBuffer) and immutable (String)
--Immutable String cannot be modified with the original location, but few methods of String class allow modifications, but those methods return a new string object with modified content, means modification occurs with the new location.
Related Posts Plugin for WordPress, Blogger...
Flag Counter