What is use of jpa?
Answer / Aniket Kumar
The use of JPA (Java Persistence API) is for object-relational mapping (ORM) in Java applications. It allows you to map Java classes to database tables and perform CRUD operations on the database using Java code.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is dao in java?
Sytem.out.println(" "); this code what mean
What is the difference between Enumeration and Iteration interfaces? What is the way of to retreive the objects from these interfaces ?
Which interceptor is responsible for setting action javabean properties?
Which instutute is offering course for rhino jain slee
Is it better to learn java or python?
What is a static method?
What is the need to declare main() method as static in Java?
What is hql in java?
Why is class forname used in java?
Which type of stream is in java?
What does @override mean in java?