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

what are the boundaries of jdk and jre?

0 Answers   CoreObjects,


How many types of operators are there?

0 Answers  


Can list be null in java?

0 Answers  


if two references are having same hash codes,is that means those are refering to same object?

5 Answers   CTS,


Define "Access specifiers" in java.

0 Answers   HCL,






What is the purpose of static methods and variables?

0 Answers  


What is a blocking method in Java?

0 Answers  


How could Java classes direct program messages to the system console, but error messages, say to a file?

2 Answers  


What does the append?

0 Answers  


if u open login & logout ,how can udisplay the timelogin & logout members ?

0 Answers   Virtusa,


What is meant by Static query and Dynamic query?

2 Answers  


Is null a string or object in java?

0 Answers  


Categories