Hi friends help me out please i am getting a string as an out put which looks like this " cindy,martha,terreca" i am getting this as a whole string.. what i want to do is parse this and get individual name Any logic,any snipplet will be a great help Sincerly Ashish
Jeffrey Hunter
Ranch Hand
Joined: Apr 16, 2004
Posts: 305
posted
0
Lookup StringTokenizer in the Java APIs at java.sun.com. [ May 03, 2004: Message edited by: Jeffrey Hunter ]