3. 3. Character String

3. 3. 1. Character
3. 3. 1. Character class
3. 3. 2. Create a character object from char value
3. 3. 3. Get char value from Character object
3. 3. 4. Check the character type
3. 3. 5. Get the char type from char value
3. 3. 6. Change character case
3. 3. 7. Compare two characters
3. 3. 8. Convert character to String
3. 3. 9. Get the numeric value for a char
3. 3. 2. String
3. 3. 1. String class
3. 3. 2. String Literals
3. 3. 3. Exploring the String objects
3. 3. 4. String Concatenation
3. 3. 5. String Conversion and toString( )
3. 3. 6. Predefined comparator for string
3. 3. 7. Create string objects
3. 3. 8. Get a single char by index
3. 3. 9. Compare two string value
3. 3. 10. equals( ) vs ==
3. 3. 11. Search a sub string inside a string
3. 3. 12. Format a string
3. 3. 13. Trim, concat and intern a string
3. 3. 14. Get byte array from string
3. 3. 15. Get char array from string
3. 3. 16. Check string length and if it is empty
3. 3. 17. Match or replace a string
3. 3. 18. Get sub string from a string
3. 3. 19. Convert string case
3. 3. 20. Convert boolean, char, double, float,int,long,object to String
3. 3. 21. Arrays of strings
3. 3. 3. StringBuffer
3. 3. 1. StringBuffer class
3. 3. 2. Create StringBuffer object
3. 3. 3. Append data to the end of a StringBuffer
3. 3. 4. Delete or replace or reverse a StringBuffer
3. 3. 5. Capacity and length
3. 3. 6. Char index
3. 3. 7. Convert StringBuffer to String
3. 3. 4. StringBuilder
3. 3. 1. StringBuilder class
3. 3. 2. Create StringBuilder object
3. 3. 3. Append and insert value to StringBuilder
3. 3. 4. Capacity and length
3. 3. 5. Search sub string
3. 3. 6. Chars in StringBuilder
3. 3. 7. Delete and replace and reverse
3. 3. 8. Get Sub string from StringBuilder
3. 3. 9. Convert StringBuilder to String
java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.