The Artima Developer Community
Sponsored Link

Legacy Java Answers Forum
January 2002

Advertisement

Advertisement

This page contains an archived post to the Java Answers Forum made prior to February 25, 2002. If you wish to participate in discussions, please visit the new Artima Forums.

Message:

Java Documentation

Posted by Hiran on January 24, 2002 at 10:56 AM

Check out the java documentation: http://java.sun.com/products/jdk/1.2/docs/api/index.html. Look in the package java.io (in the right hand frame) and you'll find some classes that can help you out. If you're still stuck, post your question, and someone is sure to answer.
Hiran

> I am not sure how to do this:

> I want to get user input on creating a small address book. When the program executes, the user needs to input first name last name and address information and other stuff like phone numbers.
> When each entry is inputted, the program will print out the information to the screen.(System.out.println...) and while the user inputs information, it also needs to go into a text file for verification. Eg:
> John Doe
> #123-12345 Smith Street
> City,State
> ZipCode
> Phone
> SSN
> (whatever else)

> I am not sure how to do this at the same time.
> I am a beginner, some sample code will help me out alot

> Thank you
> Karin






Replies:

Sponsored Links



Google
  Web Artima.com   
Copyright © 1996-2009 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use - Advertise with Us