how to return array, arraylist, object from a method in java

In Java we can create methods to do specific work and many times we have to return results from java method. A java method can return any datatypes or object type from method. 1 Return primitive datatypes from method A Returning int long float double values from a java method A. Return a integer value … Continue reading how to return array, arraylist, object from a method in java