devxlogo

June 13, 2018

Object Arrays are so Flexible

/*** @returns [1]: Location, [2]: Customer, [3]: Incident*/Object[] getDetails(int id) {… This sort of passing back values from a method is error prone; it is recommended to declare a small