Which interface does java.util.hashtable implement?


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

Post New Answer

More Java J2EE AllOther Interview Questions

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

0 Answers  


whats the relation ship between LDAP and JNDI?

1 Answers  


what is difference between vector and arraylist?.

4 Answers   C DAC, HCL,


what debugging tool that can be used to debug the java programs?

1 Answers   Inforica,


What is the Spring2.5 MVC Navigation flow?

1 Answers   IBM,






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

0 Answers  


Explain the OOPS concept in Realtime Scenarion ? Take example as CAR. Please explain indetail ?

0 Answers   Cap Gemini,


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 are the types of the main implementing classes in the map interfaces? : java collections

0 Answers  


Explain JSP life cycle?

2 Answers   Accenture,


what is difference between web server and application server?

1 Answers   L&T,


How to use ANT?

2 Answers  


Categories