What are the classes in the java collection framework? : java collections


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

Post New Answer

More Java J2EE AllOther Interview Questions

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,


What is the enumerator of the java collection framework? : java collections

0 Answers  


"Sun Certified Java Programmer" This is one String , we need to print SCJP, write the java code dynamically? pls reply this questions

6 Answers   Photon,


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

0 Answers  


What is an algorithm in java collection framework? : java collections

0 Answers  


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

0 Answers  


Which interface does java.util.hashtable implement?

0 Answers  


what about web architecture?

1 Answers   HCL,


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

1 Answers   HCL,


How to use ANT?

2 Answers  


what is difference between struts1.2 and struts2.0

1 Answers  


What is a constructor?

4 Answers  


Categories