Explain JPA in Java.



Explain JPA in Java...

Answer / 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

More Core Java Interview Questions

What is meant by call by reference?

0 Answers  


What is the disadvantage of synchronization?

0 Answers  


Catch(Exception e){ } in that what is Exception and purpose of that in that place exactly?

3 Answers  


Can memory leak in java?

0 Answers  


How java enabled high performance?

0 Answers  


Is array synchronized in java?

0 Answers  


What is a line break?

0 Answers  


What are the important features of Java 8 release?

0 Answers  


What is the difference between heap and stack memory?

0 Answers  


Which characters are allowed to use as the second character of an identifier, and which characters are not allowed?

2 Answers  


Explain the concept of hashtables?

0 Answers  


class A { public void disp(int a,int b) { System.out.println("hai"); } } class B { public void disp(int a,int b,int c) { System.out.println("hai"); } } above program is overloading or overriding?

9 Answers   Infosys, Wipro,


Categories