List example (Beginning Java forum at Coderanch)
[code=java]import java.util.*; public class ArrayList1{ public static void main(String []args){ String [] hing={"orgil","suvdaa","oyunaa"}; ... Can you check the version of Java you use to compile the code. Can you try to use the same version of Java you ...