Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 2 of 2

Thread: Need help with coding - Vocabulary Database Program

  1. #1
    Junior Member
    Join Date
    Feb 2012
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Need help with coding - Vocabulary Database Program

    Hey guys I am a beginner in coding, so I thought I might as well get help here.

    I am trying to make a Vocabulary Database program, where the user can input his terms (and the corresponding definitions) and do different functions. The program should be able to add/edit term, search for term (and print corresponding definition), print alphabetical list, and also do a quiz (where a random definition is printed and the user must input the corresponding term).

    I'd appreciate if you guys could help me get started (e.g. tell me what classes (data structures) i will need, and maybe some parts of the coding??)

    Thanks guys


  2. #2
    Think of me.... Mr.777's Avatar
    Join Date
    Mar 2011
    Location
    Pakistan
    Posts
    1,136
    My Mood
    Grumpy
    Thanks
    20
    Thanked 82 Times in 78 Posts
    Blog Entries
    1

    Default Re: Need help with coding - Vocabulary Database Program

    I will recommend you to go through the Collections Trail: Collections (The Java™ Tutorials)

Similar Threads

  1. Replies: 2
    Last Post: February 19th, 2012, 07:36 AM
  2. Need help coding this program with for loops
    By jwall2 in forum Loops & Control Statements
    Replies: 3
    Last Post: October 7th, 2011, 12:53 AM
  3. Beginner Java Program Help/ txt database search
    By JavaConfused in forum File I/O & Other I/O Streams
    Replies: 1
    Last Post: September 21st, 2011, 09:20 AM
  4. Replies: 3
    Last Post: March 1st, 2011, 02:18 PM
  5. Java Vocabulary Help
    By [Kyle] in forum Java Theory & Questions
    Replies: 4
    Last Post: January 4th, 2010, 02:05 PM