Answer Posted / eknath wagadre
Object in java is Big Thing...........
Object is a real time entity which has
Name,behavior,attribute,action so many thing. so when we
analyzing any object we have to analyze all these thing like
this..
Name : Name of the Object as Name of the class
Behavior : What is the behavior of that object
Attributes : What is the attribute of the object such as for
Student objct his age,roll no,marks etc.
Action: What operation we have to perform on that attribute
of student object ....
I think this the object analysis....wrt programming.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
List any five features of java?
What is args length in java?
What is a newline character in java?
How do you remove spaces in java?
How will you load a specific locale?
What is the use of hashmap in java?
Explain try and catch keywords in java?
What is java util?
Explain the use of shift operator in java. Can you give some examples?
Which method must be implemented by all threads?
What is the difference between variable & constant?
What are the 8 primitive data types in java?
Implement two stacks using a single array.
Can we create our own daemon thread?
What are the four pillars of java?