Wednesday, 21 August 2013

how to achieve this in java ? requirement given below

how to achieve this in java ? requirement given below

I want to create a list of list
List<integer> nodes[10]=new ArrayList();
i want this, coz i will be iterating through it and reading data..and it
will be dynamically created in runtime depending upon the size of inputs

No comments:

Post a Comment