Home Accessibility Courses Diary The Mouth Forum Resources Site Map About Us Contact
Upcoming U.K. Java courses ... Deploying Apache httpd and Tomcat
Learning to program in Java
Java Bootcamp

Well House Consultants
You are on the site of Well House Consultants who provide Open Source Training Courses and business hotel accommodation. You are welcome to browse and use our resources subject to our copyright statement and to add in links from your pages to ours.
Other subject areas - resources
Java Resources
Well House Manor Resources
Perl Resources
Python Resources
PHP Resources
Object Orientation and General topics
MySQL Resources
Linux / LAMP / Tomcat Resources
Well House Consultants Resources
Extras Resources
C and C++ Resources
Ruby Resources
Tcl/Tk Resources
Web and Intranet Resources
Java module J708
Packages
Exercises, examples and other material relating to training module J708. This topic is presented on public courses Learning to Program in Java, Java Bootcamp, Java Programming for the Web

Java applications often comprise a very large number of classes. In order to provide for management of all these classes, they are arranged into groupings known as packages, with each package containing a logical group of related classes.


Articles and tips on this subjectupdated
2865Relationships between Java classes - inheritance, packaging and others
When you're designing classes in Java, you need to consider their relationship with one another in various ways. • You need to consider class INHERITANCE - which classes are based on which other classes. For example, a Pet could be based on (i.e. extended from) an Animal. • You need to consider ...
2010-07-11
 
2419Where is my Java class?
Exception in thread "main" java.lang.NoClassDefFoundError: Gerald OK - so where did Java look, and where should it have looked? Java looks for classes in each of the locations in the CLASSPATH environment variable in turn - each of those locations being either a directory or a .jar file which contains ...
2009-09-24
 
2114Which Version of Java am I running?
Write a test program to use the getProperty method on System: public class Sample {   public static void main (String [] args) {   System.out.println("*** Hello Melksham ***");   System.out.println(System.getProperty("java.vm.vendor").toString());   System.out.println(System.getProperty("java.version").toString());   } } Compile ...
2009-04-02
 
754tar, jar, war, ear, sar files
Have you ever wondered why that are so many file extensions ending in "a r"? It's because the "ar" stands for archive, and it's such a reasonable way of naming file that the original tar which stands for tape archive was picked up by Sun and the Java community and transmuted into other file formats. tar ...
2006-06-13
 
Examples from our training material
Geraldine.java   Class and calling code - all in same file
Hattie.java   Calling a class in another package
Hilda.java   Calling a class - using import to save repeated package names
Isobel.java   packaged class for Geraldine / Hilda / Hattie demo
axford.java   Calling a class in current package
pack.java   Package class example
sherston.java   Importing a class from a package
sopworth.java   Calling a class in a subpackage
Background information
This module is available under an Open Training Notes License for free download from http://www.training-notes.co.uk.
Topics covered in this module
Overview.
Package directory structure.
Importing classes from a package.
Introduction to standard packages.
Complete learning
If you are looking for a complete course and not just a information on a single subject, visit our Listing and schedule page.

Well House Consultants specialise in training courses in Java,Python, Perl, PHP, and MySQL. We run Private Courses throughout the UK (and beyond for longer courses), and Public Courses at our training centre in Melksham, Wiltshire, England. It's surprisingly cost effective to come on our public courses - even if you live in a different country or continent to us.

We have a technical library of over 700 books on the subjects on which we teach. These books are available for reference at our training centre. Also available is the Opentalk Forum for discussion of technical questions.


You can Add a comment or ranking to this page

© WELL HOUSE CONSULTANTS LTD., 2012: Well House Manor • 48 Spa Road • Melksham, Wiltshire • United Kingdom • SN12 7NY
PH: 01144 1225 708225 • FAX: 01144 1225 899360 • EMAIL: info@wellho.net • WEB: http://www.wellho.net • SKYPE: wellho

PAGE: http://www.wellho.net/resources/J708.html • PAGE BUILT: Sat Jan 28 06:41:11 2012 • BUILD SYSTEM: wizard