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 |
Explain the advantages and disadvantages of detached objects.
Is the infobus client side only?
What are the diff types of exception?
Suppose there are 3 combo box. SELECT COUNTRY SELECT STATE SELECT CITY if i select any country from country conutrylistbox values in the state will get automatically inserted with database values>> THEN on selection of state city will be inserted in city combo box If you can help then please Help me...
What are the types of scaling?
What is the difference between the session.update() method and the session.lock() method?
whats is mean by jndi
Write a program to show synchronization?
How would you create a button with rounded edges?
Can you control when passivation occurs?
What is meant by multi-threading?
Difference between swing and awt?