👉 Getter is a method in Java that returns an object or value of type `T` from another class. It is used to access and modify properties of objects, which are stored in classes like `Object`. This allows you to retrieve specific attributes or data without having to explicitly create new instances of the class.