• vijendhar k 16
  • NEWBIE
  • 10 Points
  • Member since 2016

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 3
    Questions
  • 4
    Replies
Hi all,
List<List<Integer>> listOfListInt = new List<Integer> { {0, 1, 2, 3}, {3, 2, 1, 0}, {3, 5, 6, 1}, {3, 8, 3, 4} };  After executeig the code in developer console i am getting follwing error
Line: 1, Column: 56
expecting right curly bracket, found '{'
Please help me fix error
Thanks

 
Hi All,

  when to use nested list in salesforce
  can you please help understnd following list, adding data, iterating data for the follwing example
  List<List<list<Integer>>> my_list_2 = new List<List<list<Integer>>>();
  explain me to  nexted complete playing with any example please
Hi all,

  I have an urgent requirement that i need to extract first 100 records from 1000  Objects in production , how can i achive these functionalliey,
Can any one suggest me best way of doing it, Your effort will be appriciatable

Thanks
Vijay
Hi all,
List<List<Integer>> listOfListInt = new List<Integer> { {0, 1, 2, 3}, {3, 2, 1, 0}, {3, 5, 6, 1}, {3, 8, 3, 4} };  After executeig the code in developer console i am getting follwing error
Line: 1, Column: 56
expecting right curly bracket, found '{'
Please help me fix error
Thanks

 
Hi All,

  when to use nested list in salesforce
  can you please help understnd following list, adding data, iterating data for the follwing example
  List<List<list<Integer>>> my_list_2 = new List<List<list<Integer>>>();
  explain me to  nexted complete playing with any example please