Difference b/w >> and >>> ?
Runining mutiple tomcat server in a single machine is possible Yuo wil have to duplicate configuration with different port numbers
What is the use of log4j and how to make use of that in a application?
How do you debug your java program?
What is IOC in spring?
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 are the queues in the java collection framework? : java collections
Hi we have an urgent requirement for Java/J2ee technical lead position & also looking for "Java Guidewire claimcentre" experienced professional for Bangalore location if interested can reach srisanh@gmail.com
Which server-side script takes the input from JavaScript, can access the database if it needs to, and processes the data.
What is the use of hashcode in java ?
whats the relation ship between LDAP and JNDI?
Explain the OOPS concept in Realtime Scenarion ? Take example as CAR. Please explain indetail ?
What are the types of interface used in the java collections? : java collections