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 in this application

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

    Default need help in this application

    Question:
    You have to develop a simple application, which will allow administrator to manage student and projects of students.
    Application should get choices from the administrator to perform different tasks.

    If administrator chooses 1 then get information of student in the way showing in screen shots below and save into Student object.

    If administrator chooses 2 then get the roll number and show information of student in this sequence.

    If student record doesn’t exist then properly handle it with message.

    If administrator chooses 3 then delete the record of student by searching student record with help of student roll number. If student not found then handle if perperly.
    If student’s record already exist then administrator should be able to assign projects to a student by selecting option 4. Administrator should follow these steps

    It student’s record doesn’t exist then administrator should not be able to assign any project.

    If administrator chooses 5 then administrator should be able to search all projects assigned to student by entering roll number of student. If record not found then handle it properly.

    If student exist but no projects assigned to student then handle it properly.

    If there are multiple projects of one Student then display all projects detail one by one.

    If administrator chooses 6 then administrator should be able to delete all projects assigned to a student. If record not found then handle it properly.



    If student exist but no projects assigned to student then handle it properly.




    If administrator entered invalid choice or hit canceled handle application properly, it should close gracefully.


  2. #2
    Crazy Cat Lady KevinWorkman's Avatar
    Join Date
    Oct 2010
    Location
    Washington, DC
    Posts
    5,424
    My Mood
    Hungover
    Thanks
    144
    Thanked 636 Times in 540 Posts

    Default Re: need help in this application

    That is not a question; that is an assignment. We won't just do your homework for you, and dumping it here is pretty rude. Please read the link in my signature on asking questions the smart way before you post again.
    Useful links: How to Ask Questions the Smart Way | Use Code Tags | Java Tutorials
    Static Void Games - Play indie games, learn from game tutorials and source code, upload your own games!

Similar Threads

  1. how to run any installed application through my java application??
    By sgsamanthjain in forum Java Theory & Questions
    Replies: 1
    Last Post: April 1st, 2011, 08:17 AM
  2. Replies: 2
    Last Post: March 23rd, 2011, 08:51 AM
  3. Replies: 1
    Last Post: January 12th, 2011, 05:55 AM
  4. [SOLVED] [help] the application file (.jad) for application does not appear to be the ....
    By ordinarypeople in forum Java ME (Mobile Edition)
    Replies: 0
    Last Post: April 4th, 2010, 03:50 AM
  5. Replies: 0
    Last Post: December 3rd, 2009, 04:43 PM