use Delimiter method to read in a series of urls and print out each part on a separate line. For example part of the output could be;
URL: http://java.sun.com/docs/books/tutor...pts/index.html
http:
java.sun.com
docs
books
tutorial
java
concepts
index.html
Use the following data
http://java.sun.com/docs/books/tutor...pts/index.html
http://www.javaworld.com/javaworld/j...6-java101.html
http://www.developer.com/java/article.php/935351
http://java.sun.com/javase/6/docs/api
pls! hurry!!!! help i am stuck in this .....
the other question is ???
---------------------------------------------------------------------------
Write a program to read a text file and replace a specific string of text with another, write the output to a file also. If you use the following as the input text then you could replace ‘tutor’ with some suitable alternative!