Way2Java

View All String

Advise for Freshers

Forget the laborious coding for string manipulations in C/C++. It is made easier in Java with the introduction of String and StringBuffer classes.

I feel better if you follow the same order of reading, as is in the following links, to have easy go.

    A) String Programs
  1. Introduction – Immutable Nature – Comparison
  2. Finding matching characters
  3. Extracting Part of a String
  4. String Contains
  5. Concatenation – Conversion
  6. String – uppercase, lowercase, replacing
  7. Region Matches – Interning – Splitting
  8. Converting Data types into Strings
  9. Java String Array
  10. String replaceAll
  11. Java String Split – JDK 1.4 Introduction
    B) StringBuffer Programs
  1. StringBuffer – Length and Capacity
  2. Searching, Appending and Inserting
  3. Deleting, Replacing, Palindrome
  4. Petty Methods and Pass-By-Reference
  5. contentEquals Java
    C) Logical Programming – Increases coding skills.
  1. String to char array and byte Array
  2. Static Final String
  3. StringBuffer to String
  4. How many ways a string object can be created?
  5. Java String Capitalize
  6. Java Array to String
  7. Java String to Array
  8. Char Array to String
  9. toString Java
  10. Java String Tokenization
  11. Char array and Byte array to String
  12. Java String Reverse
  13. String Substring Contains
  14. String, StringBuffer, StringBuilder

============================================================
String and data type conversions

String TO byte short int long float double char boolean
byte short int long float double char boolean TO String