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
When arithmeticexception is thrown?
Can main() method in java can return any data?
What an i/o filter?
why java uses class level type casting ?
What is executor memory?
Explain what is encapsulation?
What is java reflection?
What's the access scope of protected access specifier?
Is Constructor possible in abstract class in java ?
What is integer valueof?
How is the marker interface used in Java?
What all access modifiers are allowed for top class ?
What is method and methodology?
Describe the syntax of multiple inheritance? When do we use such an inheritance?
What is the difference between static method and instance method in Java?