Create a student class object array of size four having attributes name-Java programming language

Create a student class object array of size four having attributes name, designation and salary. Let the student class have appropriate getter/setters methods for accessing these attributes. Initialize these attributes through the setter methods. Store this object into a file “OutObject.txt”. Read the objects from the same file and display the attributes of object through … Continue reading Create a student class object array of size four having attributes name-Java programming language