What is object
Answers were Sorted based on User's Feedback
Answer / venkat
You can describe an object in many ways:
Object is anything that exists physically. Or
Object is an instance of a class. or
Object is a bit of memory in the memory.
| Is This Answer Correct ? | 5 Yes | 0 No |
Answer / parameswaran
Object is the basic run time entity...
>>without object we can create class.but
>>without class we can't create object.
>>when we create class memory is not allocated.
>>when we create object memory is allocated.
ALL THE BEST!
Warm & Regards
Parames(PRC)
Thanjavur
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / sayyad khalid
Object is an instance of a class.
from where we can access the member of class & modified it.
object is an real time entity which we can described by the help of class.
we can create no.of objects of same class.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / dhawal
object-anything in real world is object,in programatically
anthing that can be programable is object,class is templet
for object,object is basic runtime entity.
| Is This Answer Correct ? | 0 Yes | 0 No |
Question 6 [9] 6.1 In what situations (in general) would you use a TreeMap? (3) 6.2 In what situations (in general) would you use a HashSet to store a collection of values?
Write a program to find the greatest of three numbers in java?
Is Java is 100% pure OOPS? Explain?
What do you mean by pointer value and address?
What is regex used for?
Difference between default and protected access specifiers?
Can we use both this () and super () in a constructor?
What are meta-annotations?
What is the difference between == and === javascript?
what are the uses of Class class and what it returns? explain it with the example code.
What does flagged out mean?
Why can't we make a class private in java?