Styrow.dev
Question 116 of 247
Java Topic: General medium

What do you mean by object?

Question

What do you mean by object?

Answer

Object is a runtime entity and it’s state is stored in fields and behavior is shown via methods. Methods operate on an object’s internal state and serve as the primary mechanism for object-to-object communication.