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 is the purpose of the wait() method?
Define prototype?
Is the ternary operator written x : y ? Z or x ? Y : z ?
What’s jboss jbpm?
What is re-entrant. Is session beans reentrant. Is entity beans reentrant?
What are the different class loaders used by jvm?
Explain what is synchronization?
Can I use multiple html form elements with the same name?
What restrictions are placed on the values of each case of a switch statement?
Name the eight primitive java types.
How is a java object message delivered to a non-java client?
Why a client should be multithreading? Explain.
what is a portable component?
Why are component architectures useful?
What classes of exceptions may be caught by a catch clause?