CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Guest

    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



  2. #2
    Join Date
    May 2000
    Posts
    3

    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
  •  





Click Here to Expand Forum to Full Width

Featured