import java.util.ArrayList;
public class CoreJavaBrushup2 {
public static void main(String[] args) {
// TODO Auto-generated method stub
ArrayList <String> a = new ArrrayList <String>();
a.add("Jack");
a.add("Reacher");
a.add("Learning");
a.add("Java");
}
}
New contributor
Abhay Singh is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.