[&] Which ORM is known to be used prominently with Java? - Entity Framework - Hibernate - Eloquent - Django ORM [&] What does ORM stand for in the context of programming? - Operational Resource Management - Object Relational Management - Object Relational Mapping - Object Resource Manager [&] How does ORM simplify database operations for developers? - By enabling direct manipulation of database syntax - By enforcing strict database schemas - By abstracting raw SQL queries - By eliminating the need for data types [&] Why might ORM frameworks still be vulnerable to ORM injection? - Because ORM frameworks do not use SQL at all - Because human error in input validation can lead to unsanitized data - Because they are not used for authentication processes - Because ORMs only work with non-relational databases [&] What is a common cause of ORM injection vulnerabilities? - Misconfigured server environments - Utilizing static queries - Incorrect API endpoint usage - Dynamic query construction with unsanitized input [&] Which of the following is a benefit of using ORM in web applications? - Automates the conversion of objects to rows - Increases application size significantly - Requires exclusive use of one database type - Increases the need for manual SQL coding