heres my code for a library application
package com.accenture.totalbeginner; public class Person { private String name; private int maximumbooks; pub
equals() is used for Objects (String, Integer, etc...)
equals()
Object
String
Integer
For primitives like int, boolean, char etc, you have to use ==
int
boolean
char
==