Hi,

I would like to know about this code specifically the bold ones.
Code:
   for(int i = 1; i<=3; i++)
   {
         System.out.print((i>1 ? ", " : " ") + myrecords.getString(i));
   }
myrecords is declared as ResultSet...