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 |
What modifiers may be used with an interface declaration?
What are the benefits of detached objects?
What are the design considerations while making a choice between using interface and abstract class?
What is the difference between the ‘font’ and ‘fontmetrics’ class?
Explain the difference between object state and behavior?
Thread life cycle?
How do u supress the parameters from the displaying in the url?
what are the advantages of JTA over JTS?
which type of objects reference will be given to client?
Can we define constructors in Servlet?
3 Answers Accenture, Opus, Wipro,
Where we can write Rmi registry in the code, without having to write it at the command prompt?
what is the diffrence between banking and insurance domain?