what about static?
Answer / satyanarayana m
Static is a keyword in java,
static means only one copy exists for entire class
irrespective of the number of objects that exists for that
class.
The static variables are initialized when the class is
loaded and the non-static variables are initialized just
before the constructor is called.
| Is This Answer Correct ? | 16 Yes | 0 No |
Why RMI required an interface?
How is a java object message delivered to a non-java client?
How a component can be placed on Windows?
difference of inheritance and interface
How to implement RMI in Java?
Differences between applications and applets?
whats is mean by filter?
what is the difference between System.out.println and out.println in java
How to determine SGA site?
What are the different types of exception?
diff between jsp include directive and jsp action include?
wahts is mean by dynavalidatorform in struts/