Answered Questions

  • explain StringBuffers and StringTokenizers?

    soorma

    • Apr 22nd, 2006

    String Buffer is peer class of String which provide much of the functionality of strings.  "String represent fixed length immutable character sequences" Where as "String Buffer Represent grow abl...

    nagan

    • Apr 6th, 2006

    StringBuffer is a class it comes with a default buffer all string manipulation are done in this buffer only.StringBuffer class is introduced by designers because String class is a Immutable.StringTokenizer class is used to seperate strings into tokens as per delimeters.