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.

Related questions

0 votes
asked Nov 10, 2023 in JAVA by GeorgeBell
0 votes
asked Feb 13, 2020 in JAVA by rahuljain1
...