单选题 1分 在Java中,使用synchronized修饰实例方法时,该方法的锁对象是( )。 Athis(当前对象实例) B方法的Class对象 C方法的参数对象 DThread.currentThread()