what are the analysis of an object

Answers were Sorted based on User's Feedback



what are the analysis of an object..

Answer / deepakkumar1887

per record we should have one object. usually object are used
to store specific information to perform set of operation

Is This Answer Correct ?    3 Yes 2 No

what are the analysis of an object..

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

More Core Java Interview Questions

I need to know about complete topic in java's collections i with an examples

1 Answers   TCS,


What are different data structures in java?

0 Answers  


What is constructor

9 Answers   Manforce, Tech Mahindra,


What access modifiers can be used for variables?

0 Answers  


how to deploy apache tomcat server to weblogic server in java

0 Answers   IBM,






What is type parameter in java?

0 Answers  


What are the changes in java.io in java 8 ?

0 Answers  


What is private public protected in java?

0 Answers  


how many ways we can serialize the java object?

2 Answers   Satyam,


What is Marker interface in java? and what is clone?

16 Answers   Persistent, Wipro,


Why do you canvas?

0 Answers  


How the elements are organized in CardLayout?

5 Answers  


Categories