Core Java (6529)
Advanced Java (552)
Swing (223)
EJB (402)
Java Networking (49)
Hibernate (1009)
Spring Framework (1486)
Java J2EE AllOther (116) How to deploye the java application in web logic server please brief explain with screen shot please help me ?
4 9154System.out & System.in are final static data member of System class but we can change there reference through setOut() & setIn() method how...
2 6066why Bean class implements all business method of Remote interface but bean bean class not implements the remote interface
2471The following program is Overloading or Overriding? public class PolymorphismEx { public int sampleMethod(int a) { return a; } public String sampleMethod(int a) { return "Is it Overloading or Overriding???"; } }
4 7627I Have a class abstract with one abstract method, so that method should override in the subclass, but i dont want to override, if i am not override what will happen? If compilation will occur then i dont want to give compilation error, then what we need to do??? See the sample program. public abstract class AbstractExample { public abstract void sampleMethod(); } public class AbstractExampleImple extends AbstractExample { }
2 6044is it mandatory to deaclare all variables public static fianl in interfaces?if i declare like in the below program, public interface A { public static final int I=0; int j=0; } in interface A,what is the difference between I,j?
2 4559
Can we use switch statement with strings?
Why do I get a duplicate name error when loading a jar file?
What is difference between save and persist method in hibernate?
Does apple use java?
Is the infobus client side only?
What is the difference between the http servlet and generic servlet?
Why are springs better than struts?
What are the advantage of swing over awt?
What is a parameter in a function?
What is the size of int?
Explain java coding standards for methods?
Will the jvm load the package twice at runtime?
What is orm in spring?
Is null a string in java?
Can we have static methods in an interface?