What are the different types of classes implemented in the set interfaces? : java collections
No Answer is Posted For this Question
Be the First to Post Answer
What are maps interfaces in the java collections? : java collections
what is filter ?
What is the difference between comparable and comparator in java.util pkg?
what is hibernate ceteria ?
What is need of DAO? Write one simple DAO example?
Which interface does java.util.hashtable implement?
what is the difference between banking and insurance domain?
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()); } }
Explain JSP life cycle?
What is the use of log4j and how to make use of that in a application?
What is an algorithm in java collection framework? : java collections
who should use JNDI?