How do I test the implementation of my ArrayList class in netbeans?
Hi i have created a class called myArrayList with many methods, I'm now trying to run this class but im getting the error (illegal start of expression), could someone please help me out because im really stuck.
Code:
import java.util.ArrayList;
public class myArrayList {
/**
* @param args the command line arguments
*/
public static void main(String[]