Import statement /* class Test{ public static void main(String... args){ ArrayList arr=new ArrayList() } } compile Time Error-: cannot find symbol : class ArrayList location : class Test ArrayList arr=new ArrayList(); ^ */ we can solve this problem by using a fully qualified name ...
I am trying to describe the core concepts of Java.I am trying to cover all the concepts of Java in easy way. I am trying to cover all the concepts of Java through this blog.