class AC
{
int ID;
String name;
int AcNo;
Date ODate;
double balance;
double transaction;
AC(int ID,String name,int AcNo,Date ODate,double balance,double transaction)
{
this.ID=ID;
this.name=name;
this.AcNo=AcNo;
this.ODate=ODate;
this.balance=balance;
this.transaction=transaction;
}
this is my main class
i want to write those data which are relevant to those variable variables in an external text file