i have one confusion that when we declare a list as below List lt = new Arraylist(); Then in that case what value it can store i.e same type of value or it is capable of storing any type of variables or objects.
Jishnu
i have one confusion that when we declare a list as below List lt = new Arraylist(); Then in that case what value it can store i.e same type of value or it is capable of storing any type of variables or objects.
Jishnu
use any IDE like netbeans or eclispe etc to do your java project
Jishnu
on what criteria we will decide whether to use map or list?