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
What is prototype?
What restrictions are placed on the values of each case of a switch statement?
What is difference between object state and behavior?
How to implement RMI in Java?
Are there books about seam?
What is the difference between the session.get() method and the session.load() method?
What is the difference between the string and stringbuffer classes?
the same information whether it will connect to the database or it will be used previous information?
What is local interface. How values will be passed?
What are callback interfaces?
What is the difference between a menuitem and a checkboxmenuitem?
What is the map interface?
what are getters and setters in Java with examples?
In RMI, inorder to sent the stub reference to the client, is we have to load the server object first into the memory or can we directly sent reference to the client?
Which class is the immediate superclass of the menucomponent class?