Ask Question

Design a class that has a static method named writeArry. The method should take two arguments: 1) - The name of the filed. 2) - The reference to an int arry. The file should open as binary file, the content of the array should be written to file and then the file should closed. Write a second method in the class name it readArry. The method should take two argument: 1) - The name of the filed. 2) - The reference to an int arry. The file should open as binary file. The data should be read form file and write to array and the should be closed. Test your program with a demo program and submit your work as. java and screenshot.

+3
Answers (1)
  1. 2 August, 18:19
    0
    what are the choices? I can't put with the choices
Know the Answer?
Not Sure About the Answer?
Find an answer to your question 👍 “Design a class that has a static method named writeArry. The method should take two arguments: 1) - The name of the filed. 2) - The ...” in 📗 Computers & Technology if the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Search for Other Answers