I want to make the biggersort function recall itself recursively on the tail of the list. My code below works and gives me the following output : [6,7,8] I wan
I have got a list of SObjects having N number of items/sObjects SObject[] sList = [sobject1, sboject2, sboject3, ........ , sobjectN] How can I get just 10 it