InterviewSolution
Saved Bookmarks
| 1. |
What is the Java Persistence API used for? |
|
Answer» Java API or known as JPA is an INTERFACE SPECIFICATION of Java application program. It is USED to describes the relational DATA’s management in the Java-based applications ALONG with Enterprise Edition and Java platform. |
|