Content deleted Content added
m Fixed a link to the JDBC page |
mNo edit summary |
||
Line 37:
The official Java Tutorial advises against this:
:Generally speaking, an unnamed package is only for small or temporary applications or when you are just beginning the development process. Otherwise, classes and interfaces belong in named packages.
==Package access protection==
|