0 votes
in Spring by

Which of the following can be considered a cross-cutting concern?

a) Business logic

b) Authentication

c) Data validation

d) Feature toggles

1 Answer

0 votes
by
b) Authentication

Explanation:

Cross-cutting concerns are aspects that affect multiple parts of an application. Authentication, logging, and transactions are typical examples.
...