adspace
Answer Posted / Brajesh Kumar Meena
Java Persistence API (JPA) is a standard API for persisting Java objects to relational databases. It provides an object-relational mapping (ORM) layer that enables developers to work with database tables as if they were Java collections. JPA supports various data sources, including MySQL, Oracle, and PostgreSQL.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How does java handle integer overflows and underflows?
What is the locale class?
what is reflection api? How are they implemented?
What if I write static public void instead of public static void?
What do you understand by casting in java language? What are the types of casting?
What is the first argument of the string array in main method?
What is the resourcebundle class?
Are jvm’s platform independent?
Can we extract main method from another class?
What is the java api?