/* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. */ package javapep; import java.util.ArrayList; /** * * @author anil */ public class StringArray { public static void main(String args[]) { // String a="Anil"; // String arr[]= new String[10]; // arr[0]="Anil"; // arr[5]="Kushwaha"; // //// ArrayList al=new ArrayList(); //// for(int i=0;i al=new ArrayList(); // for(int i=0;i