API Writer

Exploring API documentation

A Java App of My Own

Programming toolsI continue to make the rounds each day visting JavaBlackBelt and Examulator. I have talked about my goal to learn Java and developers have recommended that I create an application. One of my friends recommended creating a “mad lib” application.

Requirements

  1. Read a file and display a paragraph of text.
  2. Insert words read from a file, insert the words where needed and display it.
  3. Add a user input to dynamically insert content.
  4. Add Junit code to test your code.

December 7, 2006 - Posted by Allen | SCJP | | 1 Comment

1 Comment »

  1. What is the difference between

    1. Overloading & Overriding
    2. A Constructor and a method

    Regards,
    Vilas

    Comment by vilas | December 20, 2007


Leave a comment