Lists can be multidimensional also:
- 2-Dimensional:
List<List<Integer>> nestList = new List<List<Integer>>();
- 3-Dimensional:
List<List<List<Integer>>> nestList = new List<List<List<Integer>>>();
Note: SOQL queries also returns list of records.
Lists can be multidimensional also:
List<List<Integer>> nestList = new List<List<Integer>>();
List<List<List<Integer>>> nestList = new List<List<List<Integer>>>();
Note: SOQL queries also returns list of records.
Get access to exclusive study material for Salesforce Certification and ace your exams!
Hey there! Glad you made it through our Salesforce Developer Training for beginners. But wait! We've got some high-in-demand Salesforce courses for you to take your Salesforce skills to the next level, making you a desired professional in the Salesforce job market.
REGISTER NOW