|
-
Mar 30th, 2005, 08:42 AM
#1
Thread Starter
New Member
Serilization eror
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|