hibernate3.jar file contain 7 dependency jar files what is
that ?
Answer Posted / chaitanya puchakayala
hibernate3.jar requires the following 7 dependency jar files
asm.jar
antlr-version.jar
cglib-version.jar
commons-collections-version.jar
commons-logging-version.jar
dom4j-version.jar
jta.jar
| Is This Answer Correct ? | 8 Yes | 3 No |
Post New Answer View All Answers
How should I format my code? How should I comment my code?
What is the point of lambda expressions?
What is the difference between jar and executable jar?
Why do we only use the main method to start a program?
What is connection pooling in java?
What is ehcache in java?
Which instutute is offering course for rhino jain slee
What is the means of java?
What is a dao layer in java?
Differences between intermediate operations and terminal operations of java 8’s stream api?
What is dependency injection in java?
What is mdb in java?
Can we write lambda without functional interface?
What is an action class in java?
Does jvm maintain a cache by itself? Does the jvm allocate objects in heap? Is this the os heap or the heap maintained by the jvm? Why