Multiple choice technology databases

The configuration XML file contains below mentioned tags

  1. configuration, environments, environment, transactionManager, dataSource, mappers,mapper

  2. configuration, environments, transactionManager, dataSource, property, mappers

  3. configuration, environments, environment, transactionManager, dataSource, property, mappers,mapper

  4. configuration, environment, transactions, dataSource, property, mappers,mapper

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

iBATIS configuration XML requires nested tags: root, containing , , , for settings, and with nested tags. Option C includes all required elements in proper hierarchy.