|
-
May 4th, 2000, 05:47 PM
#1
Immediate help needed!....thanks
import java.net.*;
import java.io.*;
class Hyperlink {
public static void main(String[] args) throws Exception {
1. AND HERE I HAVE TO CREATE A URL OBJECT WITH THE FOLLOWING URL
HTTP://WW.MSN.COM
2. ALSO I HAVE TO USE THE getPRotocil, getHost, getRef, getPort and getFile method to this URL
CAN ANYONE HELP PLEASE??
THANKS
-
May 11th, 2000, 03:09 AM
#2
Re: Immediate help needed!....thanks
Have you ever looked into the Java API docs??
http://java.sun.com/products/jdk/1.2...api/index.html
Try the class URL!
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|