944,068 Members | Top Members by Rank

Ad:
  • Java Discussion Thread
  • Unsolved
  • Views: 6694
  • Java RSS
You are currently viewing page 1 of this multi-page discussion thread
Mar 5th, 2007
0

Help!!! Help!!! Help!!!

Expand Post »
im a 1st yr IT student, we have a final project this end of class. . . all we have to do is make a program using java. Honestly, java is very hard for me so if i can have a favor please help me to understand it more. . . Iam willing to have a tutorial on how to make a program... Our professor told us to make a phonebook. . .thank a lot who willing to help me . . . reply asap
Reputation Points: 10
Solved Threads: 0
Newbie Poster
zhapool is offline Offline
13 posts
since Mar 2007
Mar 6th, 2007
0

Re: Help!!! Help!!! Help!!!

You were completely and utterly incapable even of reading your courseware or listening to your teacher while he was teaching you yet expect us to give you private tutoring here in the form of a few messages?
And you were completely incapable of reading Sun's own website which lists some excellent tutorials yet expect us to provide you with some?

And you want us to drop whatever we're doing to help you out NOW!!!!!! ?

Seems you have very weird expectations, and are extremely rude as well.

Learn some manners, follow your classes and do your homework next time, use the internet, bookstores, and libraries to gather your own information instead of waiting for it to be handed to you in predigested chunks, and maybe you'll learn something.
Team Colleague
Reputation Points: 1658
Solved Threads: 331
duckman
jwenting is offline Offline
7,719 posts
since Nov 2004
Mar 6th, 2007
0

Re: Help!!! Help!!! Help!!!

Click to Expand / Collapse  Quote originally posted by zhapool ...
im a 1st yr IT student, we have a final project this end of class. . . all we have to do is make a program using java. Honestly, java is very hard for me so if i can have a favor please help me to understand it more. . . Iam willing to have a tutorial on how to make a program... Our professor told us to make a phonebook. . .thank a lot who willing to help me . . . reply asap
Aside from the rant below, what exactly are the specifications of your assignment? Do you need to have a GUI, have a limit in what data structures you can use?
Reputation Points: 19
Solved Threads: 4
Light Poster
MacGyver Orca is offline Offline
39 posts
since Jan 2007
Mar 6th, 2007
0

Re: Help!!! Help!!! Help!!!

ahm sorry to disturb you but all i say is who is willing to help me . . . sorry my mistake. . .
Reputation Points: 10
Solved Threads: 0
Newbie Poster
zhapool is offline Offline
13 posts
since Mar 2007
Mar 6th, 2007
0

Re: Help!!! Help!!! Help!!!

ahm do you have an yahoo messenger??? what is GUI??? sorry but i have not enough knowledge about computer
Reputation Points: 10
Solved Threads: 0
Newbie Poster
zhapool is offline Offline
13 posts
since Mar 2007
Mar 6th, 2007
0

Re: Help!!! Help!!! Help!!!

ahm thanks . . . your right but i really really need a help a help with this matter Iam realy begging you
Reputation Points: 10
Solved Threads: 0
Newbie Poster
zhapool is offline Offline
13 posts
since Mar 2007
Mar 7th, 2007
0

Re: Help!!! Help!!! Help!!!

Click to Expand / Collapse  Quote originally posted by zhapool ...
ahm thanks . . . your right but i really really need a help a help with this matter Iam realy begging you
Okay, calm down. List out: your program description, anything you are not allowed to use, specific trouble you might be having, in an orderly and logical fashion. Then maybe some help can be offered.
Reputation Points: 19
Solved Threads: 4
Light Poster
MacGyver Orca is offline Offline
39 posts
since Jan 2007
Mar 7th, 2007
0

Re: Help!!! Help!!! Help!!!

A GUI (Graphical User Interface) is basically what you see all the time. You click somewhere and an event is triggered and your program reacts. I don't think a first year IT student would be required to design a GUI.
You do need to be more specific. Here's some key aspects:

Do you need to be able to store the phone numbers?

Is it a console application or a GUI?

You'll obviously need to store your data internally. Using a class would be a good idea:

Java Syntax (Toggle Plain Text)
  1. class Data
  2. {
  3. String name, number;
  4. }

It probably should be an internal class. Then in your outer class you'd have an array of Data:

Java Syntax (Toggle Plain Text)
  1. Data ppl = new Data[n]
Where n is some max limit of entries. If there is no max then a Vector can be used as it grows without restriction.

You would be able to then add and implement a search algorithm and that's that

If you need to store, the class Data can be written to a file with ease.

All the best! Power to the people.
Last edited by ~s.o.s~; Mar 8th, 2007 at 11:37 am. Reason: Fixed code tags
Reputation Points: 56
Solved Threads: 11
Junior Poster
PoovenM is offline Offline
147 posts
since Aug 2006
Mar 9th, 2007
0

Re: Help!!! Help!!! Help!!!

how can i start a program??? how can i use switch control structure... i'm thinking of a program but i can't convert because of my limited knowledge in java syntax...
Reputation Points: 10
Solved Threads: 0
Newbie Poster
zhapool is offline Offline
13 posts
since Mar 2007
Mar 9th, 2007
0

Re: Help!!! Help!!! Help!!!

ahm sorry i dont want to do this but this is maybe the last thing in my mind... our professor told us to create a program using java. this are the description. . .the program is like a phonebook containing of adding,deleting,editing,searching of users. . . I really really thank you a lot for helping me
Reputation Points: 10
Solved Threads: 0
Newbie Poster
zhapool is offline Offline
13 posts
since Mar 2007

This thread is more than three months old

No one has posted to this discussion for at least three months. Please let old threads die and do not reply to them unless you feel you have something new and valuable to contribute that absolutely must be added to make the discussion complete. Otherwise, please start a new thread in this forum instead.
Message:
Previous Thread in Java Forum Timeline: Java sound API
Next Thread in Java Forum Timeline: class, interface, or enum expected





About Us | Contact Us | Advertise | Acceptable Use Policy
Forum Index | Build Custom RSS Feed


Follow us on Twitter


© 2011 DaniWeb® LLC