Create an ArrayList of Integers Fill each of the 10 slots with a random value from 1-50. Display those values on the screen, and then prompt the user for an integer. Search through the ArrayList, and ...
at java.base/java.io.ObjectOutputStream.writeOrdinaryObject (ObjectOutputStream.java:1433) at java.base/java.io.ObjectOutputStream.writeObject0 (ObjectOutputStream.java:1179) ...