what about static?

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the steps to write p-to-p model application?

1957


Java is fully object oriented languages or not?

538


Why a client should be multithreading? Explain.

593


What is the difference between session and entity beans?

578


How primary key is implemented in Oracle?

1915






what are the activation groupworks?

1675


What are various types of class loaders used by jvm?

495


How messaging services are done, before release of JMS?

1585


In our urls and in the text of the buttons we have comma. Its causing an error. Is there a way to change the delimiting character for the menu arguments?

578


Describe, in general, how java's garbage collector works?

536


What is aop(assepct oriented programing)?

580


What is a sessionfactory? Is it a thread-safe object?

679


What is TL and its use?

1989


wahts is mean by dynavalidatorform in struts/

1569


Explain the steps in details to load the server object dynamically?

4540