Javadoc
* getName(int i) - returns the name at a
* specified array location
* @param int i - the index of the array to
* @return String strName - the name
* @see Employees#isEmployed() - called to
public String getName (int i) {
David Dagon: Javadoc can generate an API listing of your code