View Single Post
  #4 (permalink)  
Old 07-17-2007, 05:33 PM
cecily cecily is offline
Member
 
Join Date: Jul 2007
Posts: 33
cecily is on a distinguished road
it's a generic object class
and the use depends on what do you want to do.
for example

Code:
Object[][] data = new Object[6][2]
Reply With Quote