Answer Posted / nashiinformaticssolutions
The Java Persistence API enables us to create the persistence layer for desktop and web applications. Java Persistence deals in the following:
1. Java Persistence API
2. Query Language
3. Java Persistence Criteria API
4. Object Mapping Metadata
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Can we use catch statement for checked exceptions?
how to create multithreaded program? Explain different ways of using thread? When a thread is created and started, what is its initial state? : Java thread
What is static synchronization?
What is included in core java?
Why hashset is used in java?
What are the differences between forwarding () method and sendredirect() methods?
What is the final keyword denotes?
What is constructor and its types?
Give us the name of the list layoutmanagers in java?
What is the equal sign?
What are user defined exceptions?
What is entry in java?
What is t type java?
What are different types of constants?
what is the purpose of the wait(), notify(), and notifyall() methods? : Java thread