Nasim Jones

Greenhorn
+ Follow
since Apr 03, 2006
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Nasim Jones

I know how to read/write from files, but the problem is that I dont know how to use a txt file as a database. I heard someone saying I should use pad utility but I dont know how to implement it.
17 years ago
i've just started learning java and mi tutor has given me this assignment, can someone please help please!!!

Transaction Processing

Using Java create classes of a system that must support the following transactioons;

> add a student specifying all the required details
> delete an existing student
> Correct the student details
> Print selected or all information about the Student to the report log

The details must be stored in a Text file (Flat database)

Even the logic without the coding will be appreciated.
17 years ago