what about static?



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

Post New Answer

More Advanced Java Interview Questions

What is the purpose of the notifyall() method?

0 Answers  


What is ioc concept?

0 Answers  


What are callback interfaces?

0 Answers  


what is handle?

0 Answers  


can i call multipule form beans in Action class?

1 Answers   Wipro,






Difference Between getRequest and PostRequest?

8 Answers   HCL, TCS,


How to determine applet?s height and width?

1 Answers  


what are memory considerations of jsp compares to other web components?

0 Answers   TCS,


What is an abstract method?

0 Answers  


what is the Scope of Final Keyword in Java?

1 Answers   HCL,


How to send a request to garbage collector?

3 Answers  


whats is mean by class.forName() whats the return type of class

6 Answers   SolutionNET,


Categories