public static int[] numbers()   {   int[] arr={5,6,7,8,9};  //initializing array   return arr;   }  

Read more of this post