单项选择题

下列选项中哪个方法可以判断线程是否处于活动状态( )

A.boolean isAlive()
B.Thread currentThread()
C.String getName()
D.static boolean interrupted()