单项选择题
Spring中Before通知的目标对象要实现的接口中before方法中的三个常用的参数依次是()。
A.方法,方法的参数,目标对象
B.方法的参数,方法,目标对象
C.目标对象,方法,方法的参数
D.方法的参数,目标对象,方法
点击查看答案
相关考题
-
单项选择题
编译Java源程序文件产生的字节码文件的扩展名为()。
A.java
B.class
C.html
D.exe -
单项选择题
Spring中around通知的目标对象要实现的接口是()。
A.MethodBeforeAdvice
B.ThrowsAdvice
C.AfterReturningAdvice
D.MethodInterceptor -
单项选择题
Spring中Before通知的目标对象要实现的接口是()。
A.MethodBeforeAdvice
B.ThrowsAdvice
C.AfterReturningAdvice
D.MethodInterceptor
