Exercise 1:: Java Assignment 4
Exercise 1:: Java Assignment 4
JAVA ASSIGNMENT 4
Exercise 1:
Exercise 2:
a) Create class Person with name and age properties with getter/setter
b) Create PesonTest class having main method
c) In main method create an object array of Person and handle the appropriate error
d) If object array is used beyond its limit, then print exception message
“array can .t be used below or above its limit “and terminate the program
e) If no exception, then print person details
Exercise 3: