|
||
|
|||
|
Write a small record management application for a school.Tasks should be add record. delete record, update record and list the records.Each record contains name(max 100 chars), age, notes(no max length). No database should be used.All data must be stored in one or two files.Listing records should beprint the names of the users in alphabetical order.Important thing is total file should not be rewritten for every add and delete operation.
|
|
||||
|
Hello srikanth.
Welcome to the forums. No one will do your assignment for you without first showing you have made an effort. Please let us know where you are stuck or post your code, we will then be happy to help you move forward..
__________________
Don't forget to add syntax highlighted code tags around your code: [highlight=Java] code here [/highlight] Forum Tip: Add to peoples reputation ( ) by clicking the button on their useful posts.
|
|
|||
|
Hi Srikanth
Welcome to forums Thanks for req Please show your writing code and clearly say what are you database used... |
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Event handling | subhvi | AWT / Java Swing | 3 | 26-08-2009 04:20 PM |
| Exception handling for TextFields | FretDancer69 | AWT / Java Swing | 1 | 16-06-2009 12:48 PM |
| Exception handling | AnithaBabu1 | Exceptions | 6 | 27-08-2008 02:37 PM |
| How to write a file using Java | JavaPF | Java Code Snippets and Tutorials | 0 | 13-08-2008 11:45 AM |
| How to Rename a file with Java | JavaPF | Java Code Snippets and Tutorials | 0 | 19-05-2008 11:52 AM |