Browse Items (3 total)
Using the Java API documentation to solve a problem
This is an assignment focused on using Java API documentation to find methods that aid in solving a problem. In it, students must write a program that parses text and "cleans it up" (in particular: a name, address, and phone number, entered in a…
Tags: API documentation
Reading and Using API Documentation
Effective programming involves being able to navigate API documentation for various packages and classes, in order to identify an appropriate class/method/constructor to solve the problem at hand. This activity focuses on reading Java's API…
Tags: API documentation
Writing Javadoc Comments for a Class
This assignment combines implementing a class definition (constructors, getters, setters for a Rectangle) with using Javadoc comments to document the class. This assignment includes background information on the Javadoc tool, including information…
Tags: API documentation, comments, javadoc