What is an object in Java and what are its benefits?
Answer Posted / chantiraji
Object is an instance of a class. The object will have its own state and access to all of the behavior defined by the class.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the differences between heap and stack memory in java? Explain
What is difference between Heap and Stack Memory?
What is locale in java?
Can extern variables be initialized?
Can bool be null?
What is volatile keyword in java
What is string subsequence method?
What is null statement?
How to do encapsulation in java?
What is the purpose of static methods and variables?
Explain the difference between the public, private, final, protected, and default modifiers?
What is a protected void?
What is variable and constant explain with example?
What are the principle concepts of oops?
What is the difference between ArrayList and Vector? which one is better in Java