12345678910



Question 1: What is ORM?
1. ORM stands for object/relational mapping.
2. ORM is the automated persistence of objects in a Java application to the tables in a relational database.
3. Both of Above
4. None