what is difference between object state and behaviour?

Answers were Sorted based on User's Feedback



what is difference between object state and behaviour?..

Answer / sam

If you 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.

Is This Answer Correct ?    16 Yes 6 No

what is difference between object state and behaviour?..

Answer / sai koti

may be state is nothing but the property of the object(things in real world). which indirectly influence their behavior.still i don't know the exact meaning of state of an object in oop 

Is This Answer Correct ?    1 Yes 2 No

what is difference between object state and behaviour?..

Answer / 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

More Advanced Java Interview Questions

Write a java program to find out the sum of harmonic series : 1 + ½ + 1/3 + ……… up to nth term , for any value of n.

2 Answers  


what is Bootstrap loader program?

1 Answers   Rossell Techsys,


What are the design considerations while making a choice between using interface and abstract class?

1 Answers  


What is the form of storage space in java?

1 Answers  


What is Lock Based Protocol and what is its use?

2 Answers   Wipro,


What is local interface. How values will be passed?

1 Answers  


which of the following authentication is stronger than the others? a. Http Basic b. Http DIGEST c. Form based

1 Answers  


can we write implementation for a method with in another method?

3 Answers   Cap Gemini,


what is singleton class? where it mainly used in the projects?

5 Answers   Satyam, Wipro,


i have a 1000 objects in data base i need to display those in jsp's how can i retrive those objects in jsp. (consider the performance issue)

2 Answers  


What happens when a thread cannot acquire a lock on an object?

1 Answers  


I wantr to know, How many number of users logged in to website? can any one answer

7 Answers   Cap Gemini,


Categories