Two Laptop Bag
The moose likes Beginning Java and the fly likes Default  packages in java Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Beginning Java
Reply Bookmark "Default  packages in java " Watch "Default  packages in java " New topic
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
    
    9
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
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Default packages in java
 
Similar Threads
default package related query
Servlet [servlet-name] is currently unavailable
can we create object of the interface and what is the base package of java ?
Assertion doubt
Calling Java classes from JSP page