June 2002
Intermediate to advanced
504 pages
10h 10m
English
The package java.net supports the URL class and the MalformedURLException only. The following table shows the methods supported by the URL class.
| Method | Availability in PDAP |
|---|---|
| URL(String spec) | Available in PDAP. |
| URL(String protocol, String host, int port, String file) | Available in PDAP. |
| URL(String protocol, String host, int port, String file, URLStreamHandler handler) | Not available in PDAP. |
| URL(String protocol, String host, String file) | Available in PDAP. |
| URL(URL context, String spec) | Available in PDAP. |
| URL(URL context, String spec, URLStreamHandler handler) | Not available in PDAP. |
| boolean equals(Object obj) | Available in PDAP. |
| String getAuthority() | Available in PDAP. |
| Object getContent() | Not available ... |
Read now
Unlock full access