Recent content by hamed_91

  1. H

    Reading appended objects from file in java

    The exception occurred when cal of method read(): in WHILE loop,always first object downcast to MyObject(Contact) and name,family & number of this contact, print in command line. but always when application try to downcast next objects to Contact, IOException occurred. :pfff: Thanks for your...
  2. H

    Reading appended objects from file in java

    Hello, I am researching way to "reading appended objects from file in java". but my code just reading first object from file and application cannot read remainder objects from file and in this time EXCEPTION occurred. Please represent me the useful algorithm for reading ALL appended objects from...