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

Which is the better framework for web applications, struts or spring, and why?

1 Answers   IBM, TATA,


What are the main classes of the list interfaces? : java collections

0 Answers  


How many controlers are there in spring? Plz send me ans

1 Answers   HCL,


i need java 1+ experience resume on java developer kindly send me my mail id:srikanthreddy1.marla@gmail.com

1 Answers  


VSS Objectives

1 Answers  






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 queues in the java collection framework? : java collections

0 Answers  


Which of the following declaration is wrong? int i=45; float j = 45.0; double k=45.0;

5 Answers   Adobe,


what is difference between business deligate and session facade ?

2 Answers   Fidelity,


Can any one tell me How to explain bank project desription in interview

3 Answers   Infosys, Wipro,


How do you create UserTransaction Object? How do you rollback a transaction in a method?

1 Answers   HCL,


what is the diffrence between insurance and telecom domain?

1 Answers  


Categories