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
What are the benefits of detached objects?
What restrictions are placed on the location of a package statement within a source code file?
which type of objects reference will be given to client?
For which statements does it make sense to use a label?
What is mdb and what is the special feature of that?
What are the steps to write p-to-p model application?
Define aop(assepct oriented programing)?
Difference between DurableSubscription and non- DurableSubscription?
which book is better for jdbc ,servlets and jsp
int x=5,i=1,y=0; while(i<=5) { y=x++ + ++x; i=i+2; } System.out.println(x); System.out.println(y); System.out.println(i); How to solve this? Please explain!
Where can I find seam examples and documentation?
What is clustering? What are the different algorithms used for clustering?
Why do threads block on i/o?
what is meant by JRMP?
Why a component architecture for the java platform?