0

I am trying add data from excel sheet to an Arraylist using a Class Called "UatCheck". This class is defined in the same package called "package com.rsxel.maven.com.rsxel.maven" and Class which adds is also present in the same package. After setting up variables of Class "UatCheck" , added to Arraylist and trying to print the Arraylist , I am getting weird output like below,

[com.rsxel.maven.com.rsxel.maven.UatCheck@3c7c886c] [com.rsxel.maven.com.rsxel.maven.UatCheck@55493582]

  • 3
    Does this answer your question? [How do I print my Java object without getting "SomeType@2f92e0f4"?](https://stackoverflow.com/questions/29140402/how-do-i-print-my-java-object-without-getting-sometype2f92e0f4) – Marcus Dunn Nov 03 '22 at 06:34

0 Answers0