What is an object in Java and what are its benefits?
Answer Posted / amit
In Java,The object will have its own state and access to all of the behavior defined by the class.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is the difference between abstract classes and interfaces?
What are the parts of a method?
What is difference between call by value and call by reference?
What is better - 'bit-shift a value' or 'multiply by 2'?
Is a boolean variable?
How do you ensure that n threads can access n resources without deadlock?
Can memory leak in java?
What is string in java?
What is regex in java?
What is factor r?
What is java dot?
How do you calculate square roots?
Difference between a class and an object?
What is the definition of tree ?
How to make a write-only class in java?