What are the queues 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

what is the diffrence between insurance and telecom domain?

1 Answers  


how to delete cookie information?and when it will delete?

3 Answers   SolutionNET,


how to deploy the web application ?

2 Answers   Accent,


what about web architecture?

1 Answers   HCL,


Write a postfix expression to (a*(b+c/d)*d-e)

4 Answers   Adobe,


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,


How is hashset maintained in memory by java ?

0 Answers  


I have include a jsp page by using <jsp:include page="/.../xyz.jsp"/> The thing is that the xyz.jsp page has its submit button.When i click on that button the whole main page get refreshed.But i want to refresh only the xyz.jsp page.How could i achive it so that i can only refresh the xyz.jsp not the main page page?

4 Answers  


What are the different types of classes implemented in the set interfaces? : java collections

0 Answers  


Which interface does java.util.hashtable implement?

0 Answers  


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

0 Answers  


What is the Spring2.5 MVC Navigation flow?

1 Answers   IBM,


Categories