0 By Nithya Vasudevan In ArraysPosted October 17, 2016Traversing an arrayUsing Enhanced For-loop This is a specialized for loop introduced in Java SE 6 to loop through an array or collection. It has two parts for(declaration : expression) declaration newly declared [...] READ MORE