Object Oriented Software Engineering   View all facts   Glossary   Help
subject > component > module > Java module > Java package > java.net
Next Java packagejava.io    UpJava package    Previous Java packagejava.lang   

java.net
subjectfact 
java.nethas purpose to permit the creation of a TCP/IP connection between two applications2001-08-30 14:56:23.0
is a subtopic of 3.5 - Technology Needed to Build Client-Server Systems2001-08-30 14:56:23.0
is an instance of Java package2001-08-30 14:56:23.0
Java packagecan be imported by using the import statement2001-08-30 14:56:17.0
defines a name space2001-08-30 14:56:17.0
has part class in a package2001-08-30 14:56:17.0
has part Java package name2001-08-30 14:56:17.0
implements subsystem2001-08-30 14:56:17.0
package^2see also package2001-08-30 14:56:55.0
see also package^32001-08-30 14:56:55.0
modulehas high cohesion if related aspects of a system are kept together in this module, and unrelated aspects are kept out2001-08-30 14:56:38.0
lacks side effects if it does not modify any data, and does not leave behind any information, other than its result, that would have an effect on other computations2001-08-30 14:56:38.0
componentis reusable if it can be used in several different systems with little or no modification2001-08-30 14:55:00.0
may perform a special-purpose function such as the user interface for a particular system2001-08-30 14:55:00.0