Answer Posted / 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 |
Post New Answer View All Answers
What is passing value java?
Does string isempty check for null?
What's the default access specifier for variables and methods of a class?
Explain the difference between throw and throws in java?
What is primitive data type in java?
What is use of valueof () in java?
What is the escape character in java?
What happens if an exception is throws from an object's constructor?
How do you clear an arraylist in java?
What do you mean by Function Overloading in java?
What invokes a thread's run() method in java programming?
What is string and example?
Describe different states of a thread.
Can a class have multiple superclasses?
If try block is successfully executed, Then Is Finally block executed?