What is the use of the list interface in the java collection? : java collections
What is an Ioc pattern? There are assemblies in .net for establishing this task, Whats the special in Java /j2ee technologies about IOC
Is it possible to create Userdefined Unchecked Exception also?If Yes, give an example?
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()); } }
wnet use DAO design in u r project?
what is the difference between banking and insurance domain?
lll
what are advantages of HQL? what are advantages of Native SQL? what are advantages of Criteria API?
How do I find jre path in windows?
What is a constructor?
What is the use of hashcode in java ?
What are the uses of the set interfaces in the java collections? : java collections
What are the types of the main implementing classes in the map interfaces? : java collections