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 9140System.out & System.in are final static data member of System class but we can change there reference through setOut() & setIn() method how...
2 6049why Bean class implements all business method of Remote interface but bean bean class not implements the remote interface
2467The 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 7602I 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 6032is 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 4547
What is cmp in j2ee?
You're given a Boolean 2D matrix, can you find the number of islands?
What is the purpose of the enableevents() method?
What is a loop java?
What is orm and its advantages?
What is the difference between superclass and subclass?
Is hibernate open source?
What variables are stored in stack?
Is java an open source?
What is @required annotation in spring?
Difference between hashmap and hashtable?
What is the form of storage space in java?
Define packages in java?
What is return data type?
How do you check if a number is a perfect square?