Can you have an arraylist of arrays?
Answer / Ishwar Chand
Yes, it is possible to have an ArrayList of Arrays. In Java, for instance, we can create a List<int[]> or List<String[]>, depending on the type of array we're working with.n
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the meaning of arraylist?
write an algorithm to show the procedure of insertion into a b-tree?
What do you mean by spanning tree?
Can we store primitives in collections?
What is the difference between array and stack in data structures?
What is bubble sort algorithm?
Write any two principles of gradation of structures.
1 Answers Mahatma Gandhi University,
What are linear and non linear data structures?
What do you mean by selection sort?
Given M x N matrix with sorted elements row wise and column wise, find elements?
How to get the index of an array element?
What is the purpose of tochararray ()?