I have the string Array .
- String[]Array={"Animal","Bull","dog","cat","fox","lion","Birds","Peacock","Peahen","crow","Parrot",
- "Sparrow"};
Here I Size of the array is 12.I want to get all the element of an array After the "Birds" .
Desired O/p:
- String[] res={ "Peacock","Peahen","crow","Parrot", "Sparrow"};