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

If we allocate the memory using 'new' & de-allocated using 'free' then what will happen?

0 Answers   CDAC,


why we need this (1.object,2.class,3.data hiding,4.encapsulation,5.abstraction,6. polymorphism,7.inheritance)

2 Answers  


How to create com object in Java?

0 Answers  


Why do we need variables?

0 Answers  


This is my code i have a doubt class ab implements a,b { public void add() { System.out.println("Hi") } } interface a { public void add(); } interface b { public void add(); } in this code i have two interface implemented in the class has same method.just i want to know which method of interface implemented in the class. interface a or interface b? confused me .

3 Answers  






What are interfaces?

3 Answers  


which methods consisting of the serilizable interface?

3 Answers  


Is null an object java?

0 Answers  


Does java trim remove newline?

0 Answers  


What is an enumeration class?

2 Answers  


What do you understand by classes in java?

0 Answers  


What is anonymous class?

2 Answers  


Categories