What is the use of the list interface in the java collection? : java collections


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More Java J2EE AllOther Interview Questions

What is an Ioc pattern? There are assemblies in .net for establishing this task, Whats the special in Java /j2ee technologies about IOC

2 Answers  


Is it possible to create Userdefined Unchecked Exception also?If Yes, give an example?

1 Answers   HCL,


How to call the m1() method of Base class in below snippet ? class Base { public void m1() { System.out.println("Base m1 "); } public void m2() { System.out.println("Base m1 "); } } ====================== class Derived extends Base { public void m1() { System.out.println("Derived m1"); } public void m3() { System.out.println("Derived m3"); } public static void main(String[] args) { Base ob=new Derived(); ob.m1(); //System.out.println("Hello World!"+ob.m1()); } }

6 Answers   Cap Gemini, TCS,


wnet use DAO design in u r project?

1 Answers   Godrej,


what is the difference between banking and insurance domain?

2 Answers  


lll

1 Answers  


what are advantages of HQL? what are advantages of Native SQL? what are advantages of Criteria API?

1 Answers   TCS,


How do I find jre path in windows?

0 Answers  


What is a constructor?

4 Answers  


What is the use of hashcode in java ?

0 Answers  


What are the uses of the set interfaces in the java collections? : java collections

0 Answers  


What are the types of the main implementing classes in the map interfaces? : java collections

0 Answers  


Categories