What are the types of java collections? : java collections
No Answer is Posted For this Question
Be the First to Post Answer
Explain the OOPS concept in Realtime Scenarion ? Take example as CAR. Please explain indetail ?
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()); } }
What is java collection? : java collections
what are advantages of HQL? what are advantages of Native SQL? what are advantages of Criteria API?
who will give req's to u?. how they send req's to u? . what design documents contains?. when bugs raised on other developer code how to report to them?.(throgh mail or ........). how to retrive 100 recods from dao layer to presentation layer.using which collection?. what is sequence diagram.?.
What are the different types of features of the java collections framework? : java collections
Write a postfix expression to (a*(b+c/d)*d-e)
How to use ANT?
Can any one tell me How to explain bank project desription in interview
what is jndi?
What are the types of java collections? : java collections
please mail me the interview question based on java/j2ee