1 Answer

0 votes
by

Answer : B - This annotation marks a action method that needs to be executed before the result.

Explanation

The @BeforeResult annotation marks a action method that needs to be executed before the result. Return value is ignored.

...