• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

About Packages

 
Ranch Hand
Posts: 67
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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.
 
Ranch Hand
Posts: 539
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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 ]
     
    reply
      Bookmark Topic Watch Topic
    • New Topic