aspose file tools
The moose likes Beginning Java and the fly likes About Packages Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Beginning Java
Reply Bookmark "About Packages" Watch "About Packages" New topic
Author

About Packages

Mubeen Shaik
Ranch Hand

Joined: Jan 26, 2004
Posts: 67
Hi All,
What is a package? How to create and use the package?.
I am reading "Thinking in Java" and Java language specs. I am confused with this concept.Please give me details about this with some example.

Thanks in advance,
Mubeen Shaik.


Sun Certified Java Programmer
Tim West
Ranch Hand

Joined: Mar 15, 2004
Posts: 539
You might like to start with:
  • The Packages tutorial at java.sun.com
  • Chapter 5 of Thinking In Java, seeing you're reading this already.


  • I think you'll find these sites more thorough and readable than asking questions here - at least for the fundamentals of packages. If you have any specific questions about them though, people here will be more than happy to help you.
    Cheers,
    --Tim
    [ April 27, 2004: Message edited by: Tim West ]
     
    I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
     
    subject: About Packages
     
    Similar Threads
    where to find the jar containing com.sun.xml.util .*
    comparator regarding...
    Classpath+packages
    can we create object of the interface and what is the base package of java ?
    Concurrency and java.util.List