AP Computer Science A
In Java, the keyword "extend" is used to create a relationship between two classes where one class inherits the properties and methods of another class. When a class extends another class, it becomes a subclass, and the extended class becomes its superclass.