OBJ= (Add) din.readObject();
while(OBJ!=null)
{
System.out.println(OBJ.s1);
System.out.println(OBJ.s1);
OBJ=(Add)din.readObject();
}
when i used the above code ihave got
EOFException how i get end of file
is there an other method
and i have "next"
button how i control the cursor mean
how i get the next or privious record in
the file
thank in advance