| Author |
Default packages in java
|
Shaan patil
Ranch Hand
Joined: Dec 22, 2007
Posts: 58
|
|
HI Ranchites, I want to know what are the default packages which do not need class path setting in java (Ofcourse other than java.lang , java.Math , java.Strings package? Regards
|
"You cannot change the truth but truth can change you "
|
 |
Joanne Neal
Rancher
Joined: Aug 05, 2005
Posts: 3011
|
|
|
Classes in the standard API don't need to be included in the classpath. java.lang classes are the only ones that don't need an import statement
|
Joanne
|
 |
 |
|
|
subject: Default packages in java
|
|
|