what is similarity and difference between jpa and hibernate.
JPA (Java Persistence API) is an interface for persistence providers to implement. Hibernate is one such implementation of JPA.