Hi How can I get the last three values ββof list.i, tried this
stringAry.get(stringAry.size()-1);
But it only displays the last item in the list. How can we get the last three values ββof a list. Pls guide me. Is it possible to store all these three values ββin a String array
source
share