how to get column and row numbers in java

Solutions on MaxInterview for how to get column and row numbers in java by the best coders in the world

we are a community of more than 2 million smartest coders
registration for
employee referral programs
are now open
get referred to google, amazon, flipkart and more
register now
  
showing results for - "how to get column and row numbers in java"
Roberta
11 Oct 2017
1T[][] array_name = new T[row][col];
2array_name.length // row
3array_name[0].length // col
4
similar questions
queries leading to this page
how to get column and row numbers in java