What is cmp in java?
Answer / Anand Prakash Trivedi
CMP stands for Container Managed Persistence, which is a part of the Java EE (Enterprise Edition) architecture. It's used to manage the persistence relationships between entities automatically.
| Is This Answer Correct ? | 0 Yes | 0 No |
How do I know if I have jre or jdk?
Explain the Sequence Diagram?
Why are lambda functions called lambda?
What is an actionevent in java?
What is flatmap java?
What is jpa entitymanager?
What is the content of the Java 2 security policy file?
What is the difference between a jdk and a jvm?
What is the difference between the boolean & operator and the && operator?
What is the need to declare main() method as static in Java?
differences between iterator and spliterator in java se 8?
Are streams faster than for loops?