When I use Arrays.toString() on the string aryLines*, it returns:
[Ljava.lang.String;@2f67d81 What am I doing wrong, Am I print ing the exact memory location and not the array itself? If so, how do I print the contents of the array?
*The array aryLines is equal to <example><XML><tags>
 
     
    