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 |
whats is mean by connectionpooling
What is the relationship between an event-listener interface and an event-adapter class?
How to implement RMI in Java?
Explain the methods of Naming class, rebind( ) and lookup()?
Can we sent objects using Sockets?
What are the purpose of introspection?
what is stringBuffer and StringBuilder?
What is the name of the state, when a thread is executing?
What restrictions are placed on the location of a package statement within a source code file?
How will you pass parameters in RMI? Why do you serialize?
Explain the difference between object state and behavior?
What are the sequence of steps to write pub or sub model kind of application?