Multiple choice technology web technology

This module is used for developing aspects for our spring based application.

  1. Application Context Module

  2. AOP Module

  3. Core Container Module

  4. DAO Module

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

The AOP (Aspect-Oriented Programming) module enables aspect development for cross-cutting concerns like logging, transactions, security. It implements proxy-based AOP using JDK dynamic proxies or CGLIB.