Home » questions » java help?

java help?

2006-08-20 03:41:15, Category: Programming & Design
#import java.com.net; which package is it and for what?

Answers

  1. 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
  2. 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
  3. Webspot.co.uk

    On 2006-08-20 03:46:10


    i think it's for doing internet actions getting files, etc.
  4. poojitha

    On 2006-08-20 05:00:05


    Down load JDK Documentation in sun