The Artima Developer Community
Sponsored Link

Java Answers Forum
need help in java programme

2 replies on 1 page. Most recent reply: Nov 24, 2003 5:13 PM by Matt Gerrans

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 2 replies on 1 page
RI

Posts: 1
Nickname: rush83
Registered: Nov, 2003

need help in java programme Posted: Nov 22, 2003 11:53 PM
Reply to this message Reply
Advertisement
im a student studying java i have been given an assignment to do and i need u'r help,im new to this web site and very happy to find such a great web site which helps,pls help me in this question i need the java coding of this,i hope u'll will help me,

assignment is to create a menu driven program for a phone list.A phone list consists of a list of names and phone numbers.An object consists of a three String entries-phone number is a 10 digitnumber,name is first name,and last name.use arrays to solve the problem.
user of the program should be able to do the following:
List all phone records sorted by last name
List all phone records sorted by phone number
remove a phone record from the list
add a phone number to the list
Look up a name in the list
save the list to a text file
names must be unique--no two exactly same,may have same first name or last name but not both.

when adding a phone record to the list make sure your programm verifies eac field of data for the new phone number,incorect fields must be fixed by the user.when removing a phone record from the list,verify with the use that the phone record should be removed.your program must have a GUI interface and be eay to follow.you should use the menu,menuBar classes.

i hope i'll get the codings for the above program very soon,within this week,it would be a great help.
thnx,god bless!


Senthoorkumaran Punniamoorthy

Posts: 335
Nickname: senthoor
Registered: Mar, 2002

Re: need help in java programme Posted: Nov 23, 2003 5:30 PM
Reply to this message Reply
> i hope i'll get the codings for the above program very
> soon,within this week,it would be a great help.
> thnx,god bless!

http://forums.devshed.com/t24097/s.html

http://www.catb.org/~esr/faqs/smart-questions.html

Matt Gerrans

Posts: 1153
Nickname: matt
Registered: Feb, 2002

Re: need help in java programme Posted: Nov 24, 2003 5:13 PM
Reply to this message Reply
Senthoorkumaran, perhaps we need permanent links to those in the forum!

RI (and others): when posting a homework assignment unadorned by any analysis of your own and without any specific questions, please provide the following information:

- Your full name.
- The name of your school.
- Your instructor's name and email address.

This will be a great help making sure that the answers we supply will correctly and completely fulfill the requirements of the assignment.

Thank you for your cooperation in this matter.

Flat View: This topic has 2 replies on 1 page
Topic: Need urgent help in java! Previous Topic   Next Topic Topic: How to convert a String into Clob in Java

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use