#import java.com.net;
which package is it and for what?
Answers
Terminator
On 2006-08-20 04:08:44
u may be wrong there is no package called
java.com.net but javax.net is there
sathussaink04
On 2006-08-20 04:01:39
Package java.net Description
Provides the classes for implementing networking applications.
The java.net package can be roughly divided in two sections:
A Low Level API, which deals with the following abstractions:
Addresses, which are networking identifiers, like IP addresses.
Sockets, which are basic bidirectional data communication mechanisms.
Interfaces, which describe network interfaces.
A High Level API, which deals with the following abstractions:
URIs, which represent Universal Resource Identifiers.
URLs, which represent Universal Resource Locators.
Connections, which represents connections to the resource pointed to by URLs
Webspot.co.uk
On 2006-08-20 03:46:10
i think it's for doing internet actions
getting files, etc.
Answers
Terminator
On 2006-08-20 04:08:44
sathussaink04
On 2006-08-20 04:01:39
Webspot.co.uk
On 2006-08-20 03:46:10
poojitha
On 2006-08-20 05:00:05