Including the Port

try {
  URL u = new URL("http",
   "www.poly.edu", 8000, "/fall97/grad.html#cs");
   // work with the URL
}
catch (MalformedURLException e) {}

Previous | Next | Top | Cafe con Leche

Copyright 2000 Elliotte Rusty Harold
elharo@metalab.unc.edu
Last Modified November 8, 2000