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 7629I 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 4560
Is 0 an irrational number?
What are the various struts tag libraries?
What is fail first in java?
Is a class subclass of itself?
What is the bean life cycle in spring bean factory container?
What is the purpose of file class?
What is logback?
Is nan false?
Can I reuse the session in hibernate?
How primary key is created by using hibernate?
What does the jdbc resultsetmetadata interface?
What are the common implementations of the application context ?
How do you pass by reference?
Can we learn spring boot without spring? : Spring Boot
Is jdbc a middleware?