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 is the difference between the session.get() method and the session.load() method?
Which class is the immediate superclass of the menucomponent class?
what is the use of Object Factories?
What is the lifecycle of an applet?
How do u supress the parameters from the displaying in the url?
Explain the life cycle of servlet?
Define the remote object implementation?
How will you pass parameters in RMI? Why do you serialize?
Why a client should be multithreading? Explain.
What is the main functionality of RRL(Remote Reference Layer)?
Why do I get a duplicate name error when loading a jar file?
If I define a method in JSP scriplet <%..%>, where will it go after translation into a servlet?