Results 1 to 4 of 4
- 06-29-2009, 04:13 PM #1
Member
- Join Date
- Jun 2009
- Posts
- 1
- Rep Power
- 0
operations on records into files without DB
hi i want a programe that how to Write a small record management application for a school. Tasks will be Add Record, Edit Record, Delete Record, List Records. Each Record contains: Name(max 100 char), Age, Notes(No Maximum Limit). No database should be used. All data must be stored in one or two files. Listing records should print the names of the users in alphabetical order. And the important thing is, total file should not be re-written for every add/delete operation.
please provide the solution
thank you
- 06-29-2009, 06:45 PM #2
You can use MS Excel instead of Access.But one thing,You should be familiar in java.io package.
I hope this is an interview ques.Mak
(Living @ Virtual World)
- 06-29-2009, 07:06 PM #3
You can write this to a file in xml format, and then read it back in later on.
Java Code:<record> <name>visitchandu</name> <age>0</age> <notes>what have you done?</notes> </record>
You can have it save the file only on exit or at the user's whims.And the important thing is, total file should not be re-written for every add/delete operation.USE CODE TAGS--> [CODE]...[/CODE]
Get NotePad++ (free)
- 06-30-2009, 04:19 PM #4
Moderator
- Join Date
- Apr 2009
- Posts
- 10,438
- Rep Power
- 16
Similar Threads
-
Bitwise operations with long
By NewJavaBean in forum New To JavaReplies: 2Last Post: 04-07-2009, 07:37 PM -
forcibly terminating io operations
By arnab321 in forum CLDC and MIDPReplies: 2Last Post: 11-15-2008, 08:51 PM -
Illegal Arithmetic Operations?
By Cruor in forum New To JavaReplies: 13Last Post: 09-19-2008, 04:46 PM -
Stack push/pop/peek operations
By Java Tip in forum Java TipReplies: 0Last Post: 01-29-2008, 09:03 AM -
String operations..
By sireesha in forum New To JavaReplies: 4Last Post: 12-14-2007, 02:04 AM


LinkBack URL
About LinkBacks
Reply With Quote

Bookmarks