在Java中,以下哪个关键字用于表示一个类继承另一个类? A. implements B. extends C. super D. this 答案解析 在Java中,'extends'关键字用于表示一个类继承另一个类。因此,选项B正确。 正确答案:B