Ask Question
11 April, 08:14

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.

+1
Answers (1)
  1. 11 April, 09:11
    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 and Technology if you're in doubt about the correctness of the answers or there's no answer, then try to use the smart search and find answers to the similar questions.
Search for Other Answers