|
Java -> How Java is
Organized?
Java
has changed tremendously and included more features over the
years. The first basic version of Java comprised of just six
packages. A package is a collection of Java classes. Sun grouped
six different packages with classes doing specific jobs. For
example the 'java.io' package consists of all classes that do
input output such as reading files, writing to files etc. where as
the 'java.net' package consists of classes that do networking such
as making a HTTP connection etc..
|