Solved

Which of the Following Statements Hold True About Persisting Data

Question 9

Multiple Choice

Which of the following statements hold true about persisting data types using ORMLite third party library?


A) All persisted classes must define a no-argument constructor which must have at least package level visibility.
B) All persisted classes must define a one-argument constructor, which takes the name of the table as its argument. The constructor is required to have private level visibility.
C) All persisted classes must define a one-argument constructor, which takes the name of the table as its argument. The constructor is required to have public level visibility.
D) All answers are incorrect.

Correct Answer:

verifed

Verified

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

Related Questions