what are the analysis of an object
Answers were Sorted based on User's Feedback
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 |
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 |
How to add panel to a Frame?
what is d difference between deep cloning and shallow cloning in core java?
how to connect one jsp page to another jsp page????
Is special character in java?
What exactly is java?
Explain Method Overloading in Java.
When would you use a static class?
there are N number of matchboxes numbered 1...N.each matchbox contain various number of stick.Two player can alternatevely pick some amount of stick from the higest stick containing box . The player is condidered win if there is no stick after his move.Find the final move so that the move player win. Note:In case the number of stick is equal ,pick the stick from the higest numbered box.
If I don't provide any arguments on the command line, then what will the value stored in the string array passed into the main() method, empty or null?
While opening the file, what type of exceptions can be caught?
What are the advantages of exception handling?
What is the difference between assignment and initialization?