Solved

Which ORMLite Library Annotation Would You Use to Mark a Class

Question 121

Multiple Choice

Which ORMLite library annotation would you use to mark a class Xyz to be persisted in SQL database?


A) @DatabaseClass
B) @DatabaseTable(tableName = "xyz")
C) @DataTable(tableName = "xyz")
D) @PersistenceTable(name = "xyz")

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions