Wednesday, 11 September 2013

How to use List in Java

How to use List in Java

I tried to use list in java but it says symbol not found.
I tried the following codes:
List<int> myList=new List<int>();
myList=new JList<int>();
all not working

No comments:

Post a Comment