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.. |
|
But in recent years
Java included support for many new features and the basic
organization of Java can be grouped into three different editions.
|
|
Choosing
the right edition for development depends on the type of project
at hand. For example,
If you are still not sure of the architecture of Java and which edition to choose, or how Java is organized check our links & resources page for more information. |
|