can nyone hlp us in getting the things related to StringTokenizer class..
like is it possible to take / ,// both as delimiters in same pgm code..
like..
StringTokenizer st = new StringTokenizer(in, ":/ //")
means. to have forwrad slash and double slash to be treated separately..
plz
otherwise hlp in getting d code to parse d urls like
http://yahoo.com/news.html.
plz
atleast give idea