what is difference between object state and behaviour?
Answer Posted / raj
If you not change the state of an object, you ask it to perform a behavior. An object stores its states in a field e.g. variables, and demonstrates its behavior through methods.
this questions and answers are very bad
| Is This Answer Correct ? | 4 Yes | 7 No |
Post New Answer View All Answers
how i secure my site with the https protocol.what are the steps?
What is an abstract method?
What is the difference between the string and stringbuffer classes?
What is Stream Tokenizer?
How many times may an objects finalize() method be invoked by the garbage collector?
Is a class a subclass of itself?
Are enterprise beans allowed to use thread.sleep()?
Do I need to import javlang package any time? Why ?
What class is the top of the awt event hierarchy?
Difference between new operator and class.forname().newinstance()?
Why a client should be multithreading? Explain.
Why is actionform a base class rather than an interface?
What is the difference between system.out ,system.err and system.in?
What are callback interfaces?
Why are some of the class and element names counter-intuitive?